Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--img/logo.pngbin21813 -> 0 bytes
-rw-r--r--img/network.pngbin154108 -> 0 bytes
-rw-r--r--img/wordmark.pngbin17672 -> 0 bytes
-rw-r--r--test/browser/basic.js5
5 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index bc1e376..808cfa3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# ![WebTorrent](img/wordmark.png)
+# ![WebTorrent](https://webtorrent.io/img/wordmark.png)
[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url]
[![Build Status][webtorrent-ti]][webtorrent-tu]
@@ -40,7 +40,7 @@ familiar UI that can connect to web peers. We hope established torrent clients
(Transmission, Vuze, uTorrent, etc.) will add support for WebTorrent so they too can
connect to both normal *and* web peers.
-![Network](img/network.png)
+![Network](https://webtorrent.io/img/network.png)
> Warning: This is alpha software. **Watch/star to follow along with progress.**
@@ -776,4 +776,4 @@ localStorage.removeItem('debug')
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
-![Magic](img/logo.png)
+![Magic](https://webtorrent.io/img/logo.png)
diff --git a/img/logo.png b/img/logo.png
deleted file mode 100644
index 1fc091a..0000000
--- a/img/logo.png
+++ /dev/null
Binary files differ
diff --git a/img/network.png b/img/network.png
deleted file mode 100644
index 1462a4e..0000000
--- a/img/network.png
+++ /dev/null
Binary files differ
diff --git a/img/wordmark.png b/img/wordmark.png
deleted file mode 100644
index 34bd55a..0000000
--- a/img/wordmark.png
+++ /dev/null
Binary files differ
diff --git a/test/browser/basic.js b/test/browser/basic.js
index c25f2f3..744d160 100644
--- a/test/browser/basic.js
+++ b/test/browser/basic.js
@@ -1,9 +1,8 @@
-var fs = require('fs')
var test = require('tape')
var WebTorrent = require('../../')
-var img = fs.readFileSync(__dirname + '/../../img/logo.png')
-img.name = 'logo.png'
+var img = new Buffer('R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7', 'base64')
+img.name = 'img.png'
function verifyImage (t, err, elem) {
t.error(err)