UNPKG

@btfuse/core

Version:

A native-first framework for building hybdrid web-native applications

26 lines (15 loc) 389 B
# 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`