I swear I didn't abandon my open source projects
It's been a while but I finally published an update to the Vue Inner Image Zoom package. Version 3.0.0 adds an imgAttributes
prop and removes srcSet
, sizes
, alt
, and title
since those are all image attributes. I also added type definitions and a CHANGELOG.
In addition, I released a Vanilla JS package called Inner Image Zoom with the same functionality but framework agnostic. A new demo site for Vue and Vanilla JS is up here. This is all part of a larger migration to get all versions into one monorepo so it's easier for me to keep track of and to share utilities. The next step is to move over React Inner Image Zoom and then maybe branch out to other frameworks like Angular or Svelte.
If you run into any issues, please let me know.
Advertisement
Advertisement