rubanjs
Version:
Fractal JavaScript API
26 lines (15 loc) • 400 B
Markdown
# RubanJS
This is the main module of [rubanjs](https://github.com/fractal-platform/rubanjs)
Please read the [readme](https://github.com/fractal-platform/rubanjs/blob/master/README.md) for more.
## Installation
### Node.js
```bash
npm install rubanjs
```
### Usage
```js
import Ruban from 'rubanjs';
new Ruban(...);
```
## Types
All the typescript typings are placed in the types folder.