# memfs

This is a mirror of [memfs](https://www.npmjs.com/package/memfs), bundled and exposed as ES module.

Also injects a shim for process for browser usage.

## Install

```sh
npm install @bundled-es-modules/memfs
```

## Use

```html
<script type="module">
  import memfs from '@bundled-es-modules/memfs';
</script>
```
