()
| 31 | removeEventListener: () => {}, |
| 32 | style: {} as Record<string, string>, |
| 33 | get width() { return canvasWidth; }, |
| 34 | set width(v: number) { canvasWidth = v; }, |
| 35 | get height() { return canvasHeight; }, |
| 36 | set height(v: number) { canvasHeight = v; }, |
no outgoing calls
no test coverage detected