0.0.2 • Published 3 years ago

ipfs-core-min v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

js-ipfs-core-min

Redirect to minified/bundled index.min.js of ipfs-core

Usage

npm install ipfs-core ipfs-core-min

then in the application:

import { create as createIpfs } from 'ipfs-core-min';
console.log({ createIpfs });
const ipfs = await createIpfs();
// ...

Note

on 2021/11/7, this works with ipfs-core@0.11.1 which has /index.min.js