Interface BitmapOpts

interface BitmapOpts {
    mimeType: "image/png";
    pixelDensity: 1 | 2 | 3;
    size: ValidSizes;
}

Properties

mimeType: "image/png"
pixelDensity: 1 | 2 | 3