Add client logging and improve mask extraction

- Added console.log statements for debugging frontend interactions
- Fixed canvas setup with proper logging
- Added logging to polygon drawing and mask extraction
- Mask extraction now properly loads and passes base image to ComfyUI
- Polygon overlay support when using polygon hint
- Added ora_editor __init__.py for proper package imports
- Updated README with debugging instructions and improved documentation
This commit is contained in:
2026-03-27 09:39:47 -07:00
parent 039a7586d1
commit 0c1fb8ccca
3 changed files with 84 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
# ORA Editor package
from .app import app