@flowscape-ui/core-sdk 1.0.5 → 1.0.7
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 +5 -5
- package/dist/index.d.cts +343 -1
- package/dist/index.d.ts +343 -1
- package/dist/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -170,6 +170,7 @@ const engine = new CoreEngine({
|
|
|
170
170
|
| `AreaSelectionPlugin` | Area selection with frame (Shift+Drag) |
|
|
171
171
|
| `VisualGuidesPlugin` | Smart alignment guides during movement/resize |
|
|
172
172
|
| `HistoryPlugin` | Undo/redo functionality with Ctrl+Z |
|
|
173
|
+
| `PersistencePlugin` | Local persistence: auto-save, export/import JSON |
|
|
173
174
|
| `LogoPlugin` | Watermark/logo on canvas |
|
|
174
175
|
|
|
175
176
|
| Plugin | Description |
|