darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 496 forks source link

Node/npm package support #268

Open p-decoraid opened 7 years ago

p-decoraid commented 7 years ago

This is a superset of #245, it does:

  1. Rename package to sly-scrolling;
  2. Create another distribution file, sly.node.js, which exports Sly without bindings to global jQuery or window objects (#244 requests this);
  3. 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).

decease commented 7 years ago

👍