0.1.0 • Published 2 years ago

taimaa v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

taimaa Node.js CI

taima

Yet another stable timer implementation using ended event fired by AudioBufferSourceNode

install

$ npm install taimaa

Usage

import Timer from "taimaa";

var t = new Timer(new AudioContext());
var id;

id = t.setTimeout(fn, ms);
t.clearTimeout(id);

id = t.setInterval(fn, ms);
t.clearInterval(id);
0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

3 years ago

0.0.3

6 years ago

0.0.2

7 years ago