Skip to main content
Module

x/document_ir/index.ts>ImageNode

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

Properties

type: "image"
url: string
alt: string
optional
width: number
optional
height: number
optional
blurhash: string
optional
image: string
optional
hero: true