UNPKG

webtorrent-fixtures

Version:

Sample torrent files for the WebTorrent test suite

26 lines (18 loc) 1.1 kB
# webtorrent-fixtures [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] [ci-image]: https://github.com/webtorrent/webtorrent-fixtures/actions/workflows/ci.yml/badge.svg [ci-url]: https://github.com/webtorrent/webtorrent-fixtures/actions/workflows/ci.yml [npm-image]: https://img.shields.io/npm/v/webtorrent-fixtures.svg [npm-url]: https://npmjs.org/package/webtorrent-fixtures [downloads-image]: https://img.shields.io/npm/dm/webtorrent-fixtures.svg [downloads-url]: https://npmjs.org/package/webtorrent-fixtures [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-url]: https://standardjs.com ### Sample torrent files for the WebTorrent test suite Torrent and content test files. All files are Public Domain or Creative Commons. ## Usage ```js import fixtures from 'webtorrent-fixtures' console.log(fixtures.leaves) ``` ## License MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org) and [WebTorrent, LLC](https://webtorrent.io).