()
| 598 | return IMAGE_EDITOR_TOOLS.find((t) => t.id == tool_id) |
| 599 | } |
| 600 | loadTool() { |
| 601 | this.drawing = false |
| 602 | this.container.style.cursor = this.tool.cursor |
| 603 | } |
| 604 | setImage(url, width, height) { |
| 605 | this.setSize(width, height) |
| 606 | this.layers.background.ctx.clearRect(0, 0, this.width, this.height) |