UNPKG

stremio-addon-client

Version:

Client library for using stremio addons (v3 protocol)

7 lines 308 B
module.exports = { // @TODO: should this be require('stremio-addons-transport-ipfs') etc etc // For example, we might want to replace 'ipfs' with a fallback that is a wrapper of the http transport using gateway.ipfs.io ipfs: require('./ipfs-shim'), http: require('./http'), legacy: require('./legacy') }