This parser aims at converting Scalable Vector Graphics (SVG) to VGG format.
🔥 This project is participating OSPP 2024 Summer of Code! Please checkout it here.
This repo consists of two parts
demo/
is a basic web UI for parser developmentsrc/
contains parser source code
You can run pnpm install && pnpm run dev
to start developing.
We use vite for the tooling.
By contributing to this project, you shall by default agree with the DCO document automatically, otherwise please don't send PR.
MIT License