weasel API - v0.8.0
    Preparing search index...

    Interface ImageNodeData

    Public shape of an image node's data. src round-trips through serialization; the decoded bitmap is held in this cache, not on the node.

    interface ImageNodeData {
        image: { opacity?: number; src: string };
    }
    Index

    Properties

    Properties

    image: { opacity?: number; src: string }