francoischalifour / medium-zoom

🔎🖼 A JavaScript library for zooming images like Medium
https://medium-zoom.francoischalifour.com
MIT License
3.59k stars 164 forks source link

feat(svg): Expand SVGs #56

Closed francoischalifour closed 5 years ago

francoischalifour commented 6 years ago

Closes #52

garviand commented 6 years ago

@francoischalifour I reviewed your changes and they are working wonderfully! Thanks for your help. Do you have any idea when this will be available in the NPM registry?

francoischalifour commented 6 years ago

Hopefully by the end of the week, I'll ping you when it's released. I'd like to publish it at the same time as #51.

The issue with my solution is that it relies on the extension of the image, and not on its MIME type. It covers most of the cases but cannot be fully reliable. I want to keep the solution lightweight though.

francoischalifour commented 5 years ago

:tada: Medium Zoom 1.0.0 has been released with this fix, @garviand!

Check the release →