Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Overlay

import type { Overlay } from "https://googleapis.deno.dev/v1/transcoder:v1.ts";

Overlay configuration.

interface Overlay {
animations?: Animation[];
image?: Image;
}

§Properties

§
animations?: Animation[]
[src]

List of animations. The list should be chronological, without any time overlap.

§
image?: Image
[src]

Image overlay.