0.4.6 • Published 6 years ago

air-stream-local-mim v0.4.6

Weekly downloads
30
License
MIT
Repository
github
Last release
6 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

6 years ago

0.4.5

6 years ago

0.4.4

7 years ago

0.4.3

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago