$imageSmoothing
Enables or disables image smoothing.
Usage
$imageSmoothing[canvas;enabled?]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| canvas | String | Name of the canvas. | True |
| enabled | Boolean | Determines whether scaled images are smoothed or not. | False |
Example(s)
No examples for this function.

Raw Info
{ "name": "$imageSmoothing", "description": "Enables or disables image smoothing.", "params": [ { "name": "canvas", "description": "Name of the canvas.", "type": "String", "required": true }, { "name": "enabled", "description": "Determines whether scaled images are smoothed or not.", "type": "Boolean", "required": false } ], "usage": "$imageSmoothing[canvas;enabled?]", "category": "canvas", "src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/canvas/imageSmoothing.ts", "docs": "https://aoicanvas.vercel.app/functions/imagesmoothing"}