1.0.2 • Published 4 years ago

@emiolo/vue-zoom-on-hover v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eMiolo - Vue Zoom on Hover

Install

npm install --save @emiolo/zoom-on-hover

Usage

import ZoomOnHover from '@emiolo/vue-zoom-on-hover/src/ZoomOnHover' // The path is needed because we don't have a build system yet

export default {
  components: { ZoomOnHover},
}
<ZoomOnHover src="https://picsum.photos/1920/1080" scale-factor="3"></ZoomOnHover>

To Do

  • Add build system
  • Publish to NPM
  • Write better documentation
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago