UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

7 lines (6 loc) 205 B
import { Animation } from "../Animation"; export declare class WaveAnimation extends Animation { private rightToLeft; constructor(rightToLeft?: boolean); createFrames(): Promise<void>; }