unstorage icon indicating copy to clipboard operation
unstorage copied to clipboard

Add Deno File System Support

Open okikio opened this issue 2 years ago • 3 comments

Describe the feature

Deno has a built-in file system storage API's, it would be great if we can use it with unstorage!

Additional information

  • [ ] Would you be willing to help implement this feature?

okikio avatar May 19 '23 23:05 okikio

I would love to help implementing this feature but I'm unfortunately unavailable

okikio avatar May 19 '23 23:05 okikio

I think you can simply import unstorage via npm:unstorage and the file system will be polyfilled

so1ve avatar May 30 '23 15:05 so1ve

The goal is to support the Deno API is places other than Deno, e.g. there's a Deno library using the Deno FS API, this would allow said library to be supported in the browser or on Node

okikio avatar May 30 '23 15:05 okikio