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

TimelineEnums

import type { TimelineEnums } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";

Specal keys that can be used on the timeline. Currently the only available enum is 'PAD', which will start a clip at the last possible moment so that it finishes with the last played clip.

type TimelineEnums = TIMELINE_ENUMS[keyof TIMELINE_ENUMS];

§Type

§
TIMELINE_ENUMS[keyof TIMELINE_ENUMS]
[src]