browserify-fs
fs for the browser using level-filesystem, level.js and browserify
npm install browserify-fs
Usage
To use simply require it and use it as you would fs
var fs = ;fs;
You can also make browserify replace require('fs')
with browserify-fs using
browserify -r fs:browserify-fs
Using the replacement you can browserify modules like tar-fs and mkdirp!
Checkout level-filesystem and level.js to see which browsers are supported
License
MIT