This is the JS Fuse module, providing the interface for communicating with the native Fuse framework from within the device's webview.
This module uses git submodules, clone via:
git clone https://github.com/btfuse/fuse.git --recurse-submodules
To build, run:
npm install
npm run build
Run npm test