openpencil/packages/pen
Danila Poyarkov 2bd2304bcb refactor(fig): own instance interpretation
- Move component properties, symbol overrides, derived symbol data, and clone synchronization into @open-pencil/fig\n- Add the public instance-overrides subpath with package tests and packed smoke coverage\n- Remove cross-package forwarding modules and enforce direct owner imports in architecture checks
2026-07-18 02:06:34 +03:00
..
scripts feat: split SceneGraph and Pen packages 2026-06-30 10:54:32 +03:00
src refactor(fig): own instance interpretation 2026-07-18 02:06:34 +03:00
package.json chore(tools): harden package and dependency checks 2026-07-01 12:56:45 +03:00
README.md feat: split SceneGraph and Pen packages 2026-06-30 10:54:32 +03:00
tsconfig.json feat: split SceneGraph and Pen packages 2026-06-30 10:54:32 +03:00
tsdown.config.ts chore(tools): harden package and dependency checks 2026-07-01 12:56:45 +03:00

@open-pencil/pen

Pencil.dev .pen document parser and SceneGraph adapter.

This package owns the .pen document model and import policy. It depends on @open-pencil/scene-graph for the shared editable design model and does not depend on @open-pencil/core.