interface CanvasImageSmoothing {
    imageSmoothingEnabled: boolean;
    imageSmoothingQuality: ImageSmoothingQuality;
}

Hierarchy (view full)

Properties

imageSmoothingEnabled: boolean
imageSmoothingQuality: ImageSmoothingQuality

Generated using TypeDoc