(options: CanvasOptions)
| 185 | * and may change or be removed in future SDK or CLI releases. |
| 186 | */ |
| 187 | export function createCanvas(options: CanvasOptions): Canvas { |
| 188 | return new Canvas(options); |
| 189 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…