UNPKG

@nativescript-community/ui-zoomimage

Version:

Zoomable image view based on @nativescript-community/ui-image

8 lines 198 B
import { ZoomImg } from '..'; const ImagePlugin = { install(Vue) { Vue.registerElement('NSZoomImg', () => ZoomImg); } }; export default ImagePlugin; //# sourceMappingURL=index.js.map