Closed codeluggage closed 3 years ago
Hi there :wave:
Thanks for this great plugin!
I have been working with Capacitor 3 lately, and when installing 1.0.0, I don't see any definitions.d.ts in node_modules/capacitor-blob-writer.
1.0.0
definitions.d.ts
node_modules/capacitor-blob-writer
Here's my ls of the node_modules/capacitor-blob-writer:
ls
CapacitorBlobWriter.podspec blob_writer.js ios LICENSE blob_writer.umd.js package.json README.md blob_writer.umd.js.map android
When I add https://github.com/diachedelic/capacitor-blob-writer/blob/master/definitions.d.ts directly to the folder, it seems to do the trick.
Thanks, please try v1.0.1
Hi there :wave:
Thanks for this great plugin!
I have been working with Capacitor 3 lately, and when installing
1.0.0
, I don't see anydefinitions.d.ts
innode_modules/capacitor-blob-writer
.Here's my
ls
of thenode_modules/capacitor-blob-writer
:When I add https://github.com/diachedelic/capacitor-blob-writer/blob/master/definitions.d.ts directly to the folder, it seems to do the trick.