jackmoore / wheelzoom

A small script for zooming IMG elements with the mousewheel/trackpad.
http://www.jacklmoore.com/wheelzoom
MIT License
342 stars 95 forks source link

Update wheelzoom to support AMD and module.exports. #33

Open collenjones opened 6 years ago

collenjones commented 6 years ago

I have updated wheelzoom to support AMD and module.exports with a fallback to setting wheelzoom on window and added index.js for importing convenience.

There should not be any breaking changes here so I only updated the patch version. demo.html still works as expected without any changes.

Apologies for the autoformatting from my editor. Let me know if that irks you and I'll revert the indentation changes!