blinx.js
blinx.js copied to clipboard
Publish on npm
Would it be possible to publish this on NPM?
Consuming a library through npm instead of a CDN can be advantageous:
- Dependency updates can be done more easily through the package manager.
- Having it integrated with your build tools includes it in bundling, chunking, lazy-loading just like the rest of your code.
- Loading it through the same domain does not require a separate connection which can speed up the page load.
- It eliminates privacy concerns. jsdelivr tracks a few things.