Skip to content

blokdots/components

Repository files navigation

@blokdots/components

Installation

npm install @blokdots/components --save
yarn add @blokdots/components

Example

const components = require("@blokdots/components");

let timer = new components.Timer(0);

timer.on("change", (value) => {
  console.log(value);
});

timer.start();

About

A small wrapper for some more specific hardware components to use with @blokdots

Resources

Stars

1 star

Watchers

2 watching

Forks

Packages

 
 
 

Contributors