diachedelic / capacitor-blob-writer

Capacitor plugin to write binary data to the filesystem
MIT License
132 stars 17 forks source link

Support Electron #5

Closed diachedelic closed 3 years ago

diachedelic commented 4 years ago

If there is enough interest I will consider supporting Electron, and will definitely review pull requests. Please discuss here.

digaus commented 4 years ago

Electron would be awesome.

diachedelic commented 4 years ago

Electron is now somewhat supported - BlobWriter.writeFile uses Filesystem.writeFile internally. However it does not have the performance of iOS/Android platforms.

diachedelic commented 4 years ago

How to write Electron plugin?

diachedelic commented 3 years ago

Closing due to lack of interest.