BrowserFS
BrowserFS copied to clipboard
Browserfs is brocken.
https://github.com/sahilrajput03/browser-fs-test
Why is it simply not working..?

First thing you need to check what exactly you have in your browserfs.min.js to be sure that you have correct file you can grab browserFS from cdn like https://www.jsdelivr.com/
Another thing is that you have NodeJS code inside js.js this will not work, you can't use require like that inside browser.
In browser the proper code is:
var fs = BrowserFS.BFSRequire("fs");