mutsuyuki / Leaflet.SmoothWheelZoom

Smooth wheel zoom plugin for leaflet. This plugin provide smooth zoom ux like Google map.
MIT License
77 stars 31 forks source link

How to make it work using npm / webpack #1

Open Boeblahoebla opened 4 years ago

Boeblahoebla commented 4 years ago

Hi, First of all... tremendous feature! Well done! Is it possible to provide a means of importing this into a webpack based project using npm? I can not seem to make this work well. Is it possible to create an npm package & example of how to import/use it? It shows grid lines around all the tiles when you start zooming in or out. I can't get rid of them. Keep up the good work.

alexatiks commented 4 years ago

Hi @mutsuyuki thanks for the plugin, works great!

HI @Boeblahoebla Here you can find how to use it with npm

olzraiti commented 4 years ago

Hi @mutsuyuki, have you though about uploading the plugin to NPM? :)

petitkriket commented 3 years ago

Hey guys, Many thanks for your work, it's working very nice with vue2leaflet !

Having it handled and published on npm is sure cleaner way to enjoy it :)

AdrianKlm commented 3 years ago

Hi @mutsuyuki thanks for the plugin, works great!

I adapted the plugin to react-leaflet click