Codeinwp / Ideal-Image-Slider-JS

Quite simply the ideal Image Slider in vanilla JS.
http://idealimageslider.com
GNU General Public License v3.0
1.57k stars 160 forks source link

Adding extensions when used via node (browserify) #72

Open designermonkey opened 8 years ago

designermonkey commented 8 years ago

There needs to be a way to add the extensions js when using this via node.

Currently the index.js only exports the main slider, and without the full path to the extension, there is no way to add them.

Maybe in node style, the module should export all of the javascript including the extensions too?