Skip to main content

Bundlr + UMD Bundle

When using Bundlr in the browser, you can either install using npm / yarn if you’re using a framework or load via a CDN if you’re using VanillaJS / CommonJS. To load via a CDN, include the following URL

https://unpkg.com/@bundlr-network/client/build/bundle.js

Include via a script tag, somewhere in the head section of your main html file

<script src="https://unpkg.com/@bundlr-network/client/build/bundle.js"></script>