@rishabhbothra/imagery
    Preparing search index...

    Interface NormalizedImageInput

    interface NormalizedImageInput {
        bytes: Uint8Array;
        filename: string;
        height?: number;
        mediaType: string;
        role?: "mask" | "reference" | "base" | "style";
        width?: number;
    }
    Index

    Properties

    bytes: Uint8Array
    filename: string
    height?: number
    mediaType: string
    role?: "mask" | "reference" | "base" | "style"
    width?: number