html-controllers

1.0.0-beta.0 • Public • Published

HTML Controller

Quick create HTML controllers

 
var hct, ct;
 
function setup() {
  hct = new hct.Controller();
  ct = hct.createController('xypad');
}
 
function draw() {
  console.log(ct.x, ct.y);
}
 

alt text

/html-controllers/

    Package Sidebar

    Install

    npm i html-controllers

    Weekly Downloads

    0

    Version

    1.0.0-beta.0

    License

    MIT

    Last publish

    Collaborators

    • daniloprates