DefinitelyTyped/types/node-waves/node-waves-tests.ts
2017-03-24 14:27:52 -07:00

11 lines
163 B
TypeScript

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