Skip to main content
Module

x/document_ir/types.ts>VideoNode

Intermediate Representation for content
Go to Latest
interface VideoNode
import { type VideoNode } from "https://deno.land/x/document_ir@0.0.9/types.ts";

Properties

type: "video"
poster: string
alt: string
mp4: string
optional
width: number
optional
webm: string
optional
blurhash: string
optional
height: number
optional
muted: true
optional
autoplay: true
optional
loop: true
optional
content: Node[]