print(picture, quantity, progress)
Print the `pixels` that get passed in via an external service. Stickers only right now.
| Name | Type | Required | Description |
|---|---|---|---|
picture |
object | yes | Painting/pixel payload. |
quantity |
number | no | Requested print quantity. |
progress |
function | no | Progress callback. |
Promise<any>
No additional runtime notes yet.
No additional details yet.