image_lens

Image magnifier on vanilla js

Usage no npm install needed!

<script type="module">
  import imageLens from 'https://cdn.skypack.dev/image_lens';
</script>

README

ImageLens

Image magnifier on vanilla js

Install with NPM

npm install image_lens

Usage

document.addEventListener(`DOMContentLoaded`, () => {
     ImageLens (`img`);
 });