amaran-light-cli
Version:
Command line tool for controlling Aputure Amaran lights via WebSocket to a local Amaran desktop app.
8 lines • 346 B
TypeScript
import type { Schedule } from './scheduleMaker.js';
export interface GraphScheduleOptions {
width?: number;
height?: number;
metrics?: 'cct' | 'intensity' | 'lux' | 'both' | 'all';
}
export declare function graphSchedule(schedule: Schedule, options?: GraphScheduleOptions): Promise<Buffer>;
//# sourceMappingURL=graphSchedule.d.ts.map