air-stream-local-mim
v0.4.6
Published
```sh $> npm install air-stream-local-mim ```
Readme
NPM Install
$> npm install air-stream-local-mimBasic Usage Example
import { stream } from 'air-stream';
import dbg from "air-stream-local-mim";
//... //
{
dbg({
stream,
settings: { windowed: false },
buttons: [ {
type: "btn",//||"checkbox",
name: "01",
onclick: emt => {
values = [...values, 1];
emt({
[type]: {
/** stream content */
sum: 10
}
});
},
size: {x: 1, y: 1},
}]
})
}
How to generate the documentation
The docs can be generated using npm:
$> npm run docs