Files
DefinitelyTyped/types/node-waves/node-waves-tests.ts
T

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