0.0.1 • Published 6 years ago

stencil-img-zoom v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

img-zoom

Built With Stencil

What is it?

img-zoom is a web component that handles mouse zoom / drag for HTML images. Like no other, it does not resort to using CSS background images, or a canvas, but works directly with the img tag.

Usage

To use this component in your app, no matter what framework you are using, follow these steps:

  • pop this script tag <script async defer src='https://unpkg.com/img-zoom@0.0.1/dist/img-zoom.js'></script> into your index.html

API

Properties:

Examples

<img-zoom src="assets/img.jpg" alt="Tiger"/>