UNPKG

mfx

Version:

In-browser video editing toolkit, with effects accelerated by WebGL

4 lines (3 loc) 149 B
/// <reference types="types/mp4box" /> import type { Trak } from "mp4box"; export declare const getVideoBoxDescription: (track: Trak) => Uint8Array;