samjonesigd / vue-image-zoomer

Image zoom component for Vue.js
https://samueljon.es/vue-image-zoomer
MIT License
103 stars 10 forks source link

Error importing the component #8

Closed wealthyboy closed 3 years ago

wealthyboy commented 3 years ago

import imageZoom from 'vue-image-zoomer';

When i try to import the component i get:

Could not find a declaration file for module 'vue-image-zoomer'. '/Applications/XAMPP/xamppfiles/htdocs/AM/node_modules/vue-image-zoomer/dist/vueImageZoom.js' implicitly has an 'any' type.

samjonesigd commented 3 years ago

@wealthyboy this wasn’t built to work with typescript. Try the require way instead and let me know if that works. If not I’ll look at making it typescript compatible

wealthyboy commented 3 years ago

@samjonesigd I'm not using typescript.

When i try to require it says the same

samjonesigd commented 3 years ago

@wealthyboy that is an error you get with typescript