
# Fuse JS

This is the JS Fuse module, providing the interface for communicating with the native Fuse framework from within the device's webview.

## Checking out the code

This module uses git submodules, clone via:

```
git clone https://github.com/btfuse/fuse.git --recurse-submodules
```

## Building

To build, run:

```bash
npm install
npm run build
```

## Testing

Run `npm test`
