319 B
319 B
sidebar_label |
---|
Viewport.deviceScaleFactor |
Viewport.deviceScaleFactor property
Specify device scale factor. See devicePixelRatio for more info.
Signature:
interface Viewport {
deviceScaleFactor?: number;
}