kingdido999 / zooming

🔍 Image zoom that makes sense.
https://kingdido999.github.io/zooming
MIT License
1.61k stars 121 forks source link

Add option for cursor customization #315

Open theEMA-dev opened 3 years ago

theEMA-dev commented 3 years ago

Feature request : Cursor selection add a option like bgColor: 'rgb(255, 255, 255)' for cursor customization. i know its easy to edit in javascript but im getting this library from online source (unpkg) its faster and always up-to-date this way example :cursorProperty: 'zoom-in'

thank you for this library! 👍

kingdido999 commented 3 years ago

As you mentioned, I'd suggest you achieve this using a few lines of js or css.