1.0.5 • Published 3 years ago

@hypertorrent/torrent v1.0.5

Weekly downloads
82
License
MIT
Repository
github
Last release
3 years ago

Torrent

npm i @hypertorrent/torrent

Usage :

import Torrent from '@hypertorrent/torrent';
const torrent = new Torrent(torrentId, { autostart: false });
torrent.start();