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

Import as a module #38

Open MickL opened 5 years ago

MickL commented 5 years ago

This project is really great and simple. Anyway, downloading and adding JS-files manually is very old fashioned and, depending on the project, not a good practice. Instead it would be great to install with a package manager(like npm) and be able to import the module and have TypeScript definitions.

If this project is inactive and someone wants to fork this repository and rewrite in ES6 or TypeScript he is very much welcome!