taimaa
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i taimaa

Weekly Downloads

9

Version

0.1.0

License

MIT

Unpacked Size

4.59 kB

Total Files

7

Last publish

Collaborators

  • youpy