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.

4 lines (3 loc) 120 B
export * from "./src/Recorder.js"; export * from "./src/utils.js"; export * as Encoders from "./src/encoders/index.js";