@fieldnotes/core 0.61.0 → 0.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -12,6 +12,7 @@ A lightweight, framework-agnostic infinite canvas SDK for the web — with first
12
12
  - **Text** — standalone text elements with font size and alignment
13
13
  - **Images** — drag & drop or programmatic placement (canvas-rendered for proper layer ordering)
14
14
  - **HTML embedding** — add any DOM element as a fully interactive canvas citizen
15
+ - **Canvas-routed HTML painters** — register a painter to draw `html` elements on the canvas (screen, minimap, and export) instead of the DOM, with typed element activation events
15
16
  - **Layers** — named layers with visibility, locking, and absolute ordering
16
17
  - **Select & multi-select** — click, drag box, move, resize (layer-aware)
17
18
  - **Undo / redo** — full history stack with configurable depth