Public typealias

Props for the TldrawImage component.

Signature
type TldrawImageProps = Expand<
  {
    shapeUtils?: readonly TLAnyShapeUtilConstructor[]
    format?: 'png' | 'svg'
    pageId?: TLPageId
    snapshot: StoreSnapshot<TLRecord>
  } & Partial<TLSvgOptions>
>
References

TLAnyShapeUtilConstructor, TLPageId, StoreSnapshot, TLRecord, TLSvgOptions

Source

packages/tldraw/src/lib/TldrawImage.tsx

TldrawImageTldrawProps