Skip to content

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

Notifications You must be signed in to change notification settings

blokdots/components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published