jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.06k stars 216 forks source link

Fix webpack global object #350

Closed james-pre closed 1 year ago

james-pre commented 1 year ago

Allows BrowserFS to be imported in modules like so:

import './path/to/browserfs.min.js';

I will hopefully fix it later to export properly.