sly
sly copied to clipboard
Node/npm package support
This is a superset of #245, it does:
- Rename package to
sly-scrolling; - Create another distribution file,
sly.node.js, which exportsSlywithout bindings to globaljQueryorwindowobjects (#244 requests this); - Adds documentation for using the package in a Node environment.
Try it out with npm install @rq/sly-scrolling (https://www.npmjs.com/package/@rq/sly-scrolling).
👍