910 B
910 B
| id | title | status | assignee | created_date | labels | dependencies | priority | |||
|---|---|---|---|---|---|---|---|---|---|---|
| task-059 | Debug Drawfast tool output | To Do | 2025-12-26 04:37 |
|
medium |
Description
The Drawfast tool has been temporarily disabled due to output issues that need debugging.
Background
Drawfast is a real-time AI image generation tool that generates images as users draw. The tool has been disabled in Board.tsx pending debugging.
Files to investigate
src/shapes/DrawfastShapeUtil.tsx- Shape rendering and statesrc/tools/DrawfastTool.ts- Tool interaction logicsrc/hooks/useLiveImage.tsx- Live image generation hook
To re-enable
- Uncomment imports in Board.tsx (lines 50-52)
- Uncomment DrawfastShape in customShapeUtils array (line 173)
- Uncomment DrawfastTool in customTools array (line 199)