UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

10 lines (9 loc) 280 B
import { Animation } from "../Animation"; export declare class BcaAnimation extends Animation { private url; private blob; constructor(url: string | Blob); createFrames(): Promise<void>; private fromBlob(myBlob); private parseAnimation(buffer); }