@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 +1 -0
- package/dist/index.cjs +5097 -3931
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +405 -120
- package/dist/index.d.ts +405 -120
- package/dist/index.js +5091 -3931
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|