0.1.0 • Published 3 years ago

taimaa v0.1.0

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

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

5 years ago

0.0.3

7 years ago

0.0.2

9 years ago