anki/ts/image-occlusion/tools
Aristotelis 56f7d54900
Add APIs for IO mask editing (#2758)
* Add simple mask editor add-on API

* Signal completed mask editor image loading to Python

* Add API methods for querying mask editor state, fix formatting

* Use event forwarding to propagate image loaded event

Should fix mobile support by moving all bridgeCommand calls to `NoteEditor.svelte`

* Add shape classes to mask editor API

---------

Co-authored-by: Glutanimate <glutanimate@users.noreply.github.com>
2023-10-22 10:40:40 +10:00
..
add-from-cloze.ts Add APIs for IO mask editing (#2758) 2023-10-22 10:40:40 +10:00
api.ts Add APIs for IO mask editing (#2758) 2023-10-22 10:40:40 +10:00
from-shapes.ts Add APIs for IO mask editing (#2758) 2023-10-22 10:40:40 +10:00
index.ts Add text tool to image occlusion (#2705) 2023-10-12 13:40:11 +10:00
lib.ts Add APIs for IO mask editing (#2758) 2023-10-22 10:40:40 +10:00
more-tools.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
tool-aligns.ts Feature image occlusion (#2367) 2023-03-29 12:33:19 +10:00
tool-buttons.ts Add text tool to image occlusion (#2705) 2023-10-12 13:40:11 +10:00
tool-ellipse.ts Fix selected shapes shifting to canvas origin (#2729) 2023-10-13 09:58:43 +10:00
tool-polygon.ts Commit addition of IO shapes immediately (#2750) 2023-10-20 09:38:03 +10:00
tool-rect.ts Fix selected shapes shifting to canvas origin (#2729) 2023-10-13 09:58:43 +10:00
tool-text.ts Fix selected shapes shifting to canvas origin (#2729) 2023-10-13 09:58:43 +10:00
tool-undo-redo.ts Commit addition of IO shapes immediately (#2750) 2023-10-20 09:38:03 +10:00