saman-zoomer
v1.3.2
Published
### How to install
Downloads
11
Maintainers
Readme
saman-zoomer Vue Plugin with zoom pan and rotate
How to install
npm i saman-zoomer
How Use
import SamanZoomer from 'saman-zoomer'
import 'saman-zoomer/dist/saman-zoomer.css'
Vue.use(SamanZoomer)
and how use component
<zoomer zname="zoom1" :base64="bbase" ></zoomer>
// how rotate with code
this.$zoomers['zoom1'].rotateset(90)
// and 90 is 90deg
base64 is image with base64 format