import { VideoFrame } from "https://deno.land/x/deno@v1.36.0/cli/tsc/dts/lib.dom.d.ts";
type
{ prototype: VideoFrame; new (image: CanvasImageSource, init?: VideoFrameInit): VideoFrame; new (data: BufferSource, init: VideoFrameBufferInit): VideoFrame; }