Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

Mirrow is a playground and production tooling for vector animators working with integrating motion, and interaction seemlessly into their workflow. Instead of treating SVGs as static assets, Mirrow gives them the starring role in your workflow. Describe shapes, styling, animation, and even interaction logic in one expressive format that compiles seamlessly.

> 🚧 Mirrow is in active exploration. Expect rapid iteration.

## Why Mirrow feels different ✨

- SVGs are treated as first-class citizens rather than static assets.
Expand Down Expand Up @@ -51,12 +49,4 @@ The project is organized as a monorepo:
- `@mirrowjs/core` – the Mirrow compiler, parser, and language experiments.
- `@mirrow/cli` – a lightweight CLI that will grow alongside the language.

## Shaping the roadmap 🗺️

Mirrow is an idea in motion. Upcoming explorations include:

- Richer language primitives for path data and various other SVG integrations.
- Tooling that plays well with design systems and collaborative workflows.
- Framework adapters so Mirrow fits any modern frontend stack.

If you have a feature request or feedback from using Mirrow, feel free to open an issue and share your thoughts 💡
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"commander": "^14.0.1"
},
"devDependencies": {
"@types/node": "^24.5.2"
"@types/node": "^24.6.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/node": "^24.5.2"
"@types/node": "^24.6.2"
}
}