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

    Interface UseImageToolOptions

    interface UseImageToolOptions {
        label?: string;
        src: string;
    }
    Index

    Properties

    Properties

    label?: string
    src: string

    Image source for inserted nodes — a URL, a blob: URL, or a data:image/…;base64,… URI. Stored verbatim on each new node's data.image.src.