0.4.6 • Published 5 years ago

air-stream-local-mim v0.4.6

Weekly downloads
30
License
MIT
Repository
github
Last release
5 years ago

NPM Install

$> npm install air-stream-local-mim

Basic 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
0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago