UNPKG

canvas-record

Version:

Record a video in the browser or directly on the File System from a canvas region (2D/WebGL/WebGPU) as MP4, WebM, MKV, MOV, GIF, PNG/JPG Sequence using WebCodecs and wasm when available.

10 lines (7 loc) 218 B
/** * Re-export Recorder, RecorderStatus, all Encoders and utils. * @module canvas-record */ export * from "./src/Recorder.js"; export * as Encoders from "./src/encoders/index.js"; export * from "./src/utils.js";