You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code published to npm that gets loaded on require is in fact an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust asset management process.
57
53
58
54
```js
59
-
constisIPFSfrom 'is-ipfs')
55
+
import*asisIPFSfrom'is-ipfs'
60
56
```
61
57
62
58
### In the Browser through `<script>` tag
@@ -72,7 +68,7 @@ Loading this module through a script tag will make the `IsIpfs` obj available in
0 commit comments