Interface TextImageBitmapOptions

interface TextImageBitmapOptions {
    resolution?: number;
}

Properties

Properties

resolution?: number