You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.
This is a typescript issue I think. I can see the method exists but it hasn't been added to the index.d.ts file that tells the compiler they are available. I tried to manually edit the file to include the signature but it still complains that: Property 'getDataURL' does not exist on type 'CanvasDraw'
I think there are other methods missing from the type declaration. The Typescript support needs a bit of work.
The text was updated successfully, but these errors were encountered:
This is a typescript issue I think. I can see the method exists but it hasn't been added to the
index.d.ts
file that tells the compiler they are available. I tried to manually edit the file to include the signature but it still complains that:Property 'getDataURL' does not exist on type 'CanvasDraw'
I think there are other methods missing from the type declaration. The Typescript support needs a bit of work.
The text was updated successfully, but these errors were encountered: