@pretty-chitty/core
    Preparing search index...

    Type Alias StaticImageOptions

    type StaticImageOptions = {
        rx?: number;
        ry?: number;
        overlayColor?: string;
        backgroundColor?: string;
    }
    Index

    Properties

    rx?: number
    ry?: number
    overlayColor?: string
    backgroundColor?: string