i m looking for component webcam for my vue3 project, currently i found https://www.npmjs.com/package/vue-camera-lib this package, but the problem is this package don t support typescript, i got this error when i try to import to my project
import { WebCamUI } from vue-camera-lib
I m thinking about 2 approach :
- add type for that library but i don t know how to start
- using similar library with typescript support but i cannot find one
Any help will appreciate, thankyou
i expect can solve the type support issue, or find similar library that i can use