Interface CanvasImageSmoothing
interface CanvasImageSmoothing {
imageSmoothingEnabled: boolean;
imageSmoothingQuality: ImageSmoothingQuality;
}
imageSmoothingEnabled: boolean;
imageSmoothingQuality: ImageSmoothingQuality;
}
Hierarchy
- CanvasImageSmoothing (View Summary)
MDN Reference