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
Contributions welcome. Please check out [the issues](https://github.com/multiformats/js-multiaddr/issues).
209
269
210
-
### Node.js
270
+
Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
211
271
212
-
```js
213
-
constmultiaddr=require('multiaddr')
214
-
```
215
-
216
-
### Browser: Browserify, Webpack, other bundlers
217
-
218
-
The code published to npm that gets loaded on require is in fact a ES5
219
-
transpiled version with the right shims added. This means that you can require
220
-
it and use with your favourite bundler without having to adjust asset management
221
-
process.
222
-
223
-
```js
224
-
constmultiaddr=require('multiaddr')
225
-
```
226
-
227
-
### Browser: `<script>` Tag
228
-
229
-
Loading this module through a script tag will make the `Multiaddr` obj available in
0 commit comments