sticky-js icon indicating copy to clipboard operation
sticky-js copied to clipboard

Any plan to add this library on CDN?

Open jimmyko opened this issue 8 years ago • 2 comments

I like this library, but it would be great if there is a CDN link provided. :)

jimmyko avatar Feb 19 '17 02:02 jimmyko

Unpkg is a popular CDN for everything on npm. Since this project is on npm, its also on unpkg: https://unpkg.com/[email protected]/dist/sticky.min.js

filoxo avatar Dec 13 '17 20:12 filoxo

JS Deliver is another example of a CDN that stores everything available on npm.

https://cdn.jsdelivr.net/npm/[email protected]/dist/sticky.min.js

Dan503 avatar May 14 '19 03:05 Dan503