VirtuoWorks / CanvasCameraPlugin

Cordova/PhoneGap CanvasCamera Plugin
MIT License
38 stars 30 forks source link

Typescript types not working #27

Closed abdullahcel1k closed 2 years ago

abdullahcel1k commented 5 years ago

Hello i need run on ionic with angular but typescript types not working. `

import * as CanvasCamera from 'cordova-plugin-canvascamera'; ` return this error : File '~/node_modules/@types/cordova-plugin-canvascamera/index.d.ts' is not a module.

Sami-Radi commented 4 years ago

The type definition has been made by a contributor see here We are going to dig into this issue.

Sami-Radi commented 2 years ago

Hello, the latest plugin version entirely rewritten in typescript with its types. You can check a working typescript/angular demo here