@webreflection/fs
Version:
Emscripten FS, PATH and PATH_FS utilities as a module
14 lines (8 loc) • 438 B
Markdown
# @webreflection/fs
<sup>**Social Media Photo by [Mr Cup / Fabien Barral](https://unsplash.com/@iammrcup) on [Unsplash](https://unsplash.com/)**</sup>
This is literally just the [Emscripten File system API](https://emscripten.org/docs/api_reference/Filesystem-API.html#id2) exported as ES Module.
```js
import { FS, PATH, PATH_FS } from '@webreflection/fs';
// that's it !!!
```
[Live test](https://webreflection.github.io/fs/test/)