size(width, height?)
Set sketch resolution by forwarding to AC `resolution()`.
| Name | Type | Required | Description |
|---|---|---|---|
width |
number | yes | Target width. |
height |
number | no | Target height (defaults to width). |
void
No additional runtime notes yet.
No additional details yet.