UNPKG

hexa-viewer-communicator

Version:

A simple API for <hexa-viewer>

24 lines (23 loc) 588 B
export declare class ImageToVideo { private cStream; private recorder; private chunks; private wrap; private canvas; private ctx; private images; private frame; private resolve; private FPS; private _codecs; constructor(images: Array<string>); get codecs(): string; set codecs(value: string); getVideo(): Promise<unknown>; setTimeout(ms: number): Promise<unknown>; anim(): void; start(): void; saveChunks(e: BlobEvent): void; stopRecording(): void; exportStream(e: Event): void; }