DefinitelyTyped/types/node-waves/node-waves-tests.ts
2017-03-27 10:41:22 -07:00

10 lines
162 B
TypeScript

import { init, ripple, attach, calm } from "node-waves";
init({ delay: 300 });
attach("button", "waves-light");
ripple(".box", { wait: null });
calm(".box");