edododraw 0.1.0 → 0.1.2
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 -1
- package/dist-lib/chunks/{EdodoDraw-CUf224RG.js → EdodoDraw-C3Yd1I9B.js} +3426 -2736
- package/dist-lib/chunks/EdodoDraw-C3Yd1I9B.js.map +1 -0
- package/dist-lib/engine/dsl/ast.d.ts +19 -1
- package/dist-lib/engine/dsl/ast.d.ts.map +1 -1
- package/dist-lib/engine/dsl/compile.d.ts.map +1 -1
- package/dist-lib/engine/dsl/parser.d.ts.map +1 -1
- package/dist-lib/engine/dsl/patch.d.ts +46 -0
- package/dist-lib/engine/dsl/patch.d.ts.map +1 -0
- package/dist-lib/engine/edit/controller.d.ts +73 -0
- package/dist-lib/engine/edit/controller.d.ts.map +1 -0
- package/dist-lib/engine/index.d.ts +5 -0
- package/dist-lib/engine/index.d.ts.map +1 -1
- package/dist-lib/engine/scene/overrides.d.ts +10 -0
- package/dist-lib/engine/scene/overrides.d.ts.map +1 -0
- package/dist-lib/engine/scene/types.d.ts +12 -0
- package/dist-lib/engine/scene/types.d.ts.map +1 -1
- package/dist-lib/index.js +71 -63
- package/dist-lib/lib/EdodoDraw.d.ts +37 -3
- package/dist-lib/lib/EdodoDraw.d.ts.map +1 -1
- package/dist-lib/llms-full.txt +1782 -0
- package/dist-lib/llms.txt +21 -0
- package/dist-lib/react.js +1 -1
- package/package.json +10 -1
- package/dist-lib/chunks/EdodoDraw-CUf224RG.js.map +0 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ Open the app, pick an example (Welcome · Flowchart · Architecture · Animated
|
|
|
64
64
|
|
|
65
65
|
## Docs
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
**The documentation lives in one place: https://vivmagarwal.github.io/edododraw/** — the language reference, camera/timeline, annotations, import/export, the embed guide, and the extend/plugins guide, alongside a live gallery and playground. The site renders the markdown in [`docs/`](docs/) verbatim, so those files are the single source of truth (edit them, then redeploy). AI-agent guidance is in [CLAUDE.md](CLAUDE.md); `design-notes/` holds historical design explorations that are **not** current documentation.
|
|
68
68
|
|
|
69
69
|
## License
|
|
70
70
|
|