blinx.js icon indicating copy to clipboard operation
blinx.js copied to clipboard

Publish on npm

Open n4bb12 opened this issue 2 years ago • 0 comments

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.

n4bb12 avatar Oct 01 '23 14:10 n4bb12