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

What files need to be imported after npm install to run this library on angular 5, and can i apply this on canvas? #34

Closed PARULAGRAWALdei closed 6 years ago

PARULAGRAWALdei commented 6 years ago

Hey, I want to use this zooming mode on my canvas image. I have installed your npm library, but don't know what files need to be imported to make it run. And i wan to do this zooming on canvas, so how it can be done? Let me know what you think.

jackmoore commented 6 years ago

Sorry, this is just for img elements and wouldn't work with canvas.