Installation
install the package using the package manger of your choice
bash
npm install vue3-zoomerbash
yarn add vue3-zoomerbash
bun install vue3-zoomerBasic Usage
First, import the ZoomImg component:
ts
import { ZoomImg } from "vue3-zoomer";Then, use the ZoomImg component in your template:
vue
<ZoomImg :src="imageSrc" />Demo
