WebRun FilesAPI
Minimalistic isomorphic files access
- GitHub: https://github.com/statewalker/webrun-files/
- Language: JavaScript
- License: MIT
- Package:
@statewalker/webrun-files
- Version: 0.3.1
Common Files API for the following existing APIs:
- File and Directory Entries API - allows to read/write to the local file system from the browser
- Node File System API - works for Node, Deno, Bun
- In-Memory implementation for test purposes
- S3 File System (to come)
Features
- Provides a very simple
AsyncGenerator
-based API to access directories, files and their content - Multiple implementations -