This commit is contained in:
2026-06-14 15:19:45 +03:30
commit 678be1e8dd
23 changed files with 4643 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# OpenXD
OpenXD is a private, browser-only viewer for Adobe XD files. Files are parsed
locally and are never uploaded.
## Development
```sh
npm install
npm run dev
```
OpenXD provides best-effort rendering because Adobe XD's package format is
proprietary. Common artboards, shapes, paths, text, images, fills, strokes, and
transforms are supported; unknown content is reported as a compatibility
warning.