Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshrake/flexvg
Create SVG diagrams using yaml + flexbox + css.
https://github.com/jshrake/flexvg
diagram flexbox svg
Last synced: 27 days ago
JSON representation
Create SVG diagrams using yaml + flexbox + css.
- Host: GitHub
- URL: https://github.com/jshrake/flexvg
- Owner: jshrake
- License: apache-2.0
- Created: 2022-06-11T17:27:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T00:44:10.000Z (over 2 years ago)
- Last Synced: 2024-10-04T22:16:58.723Z (about 2 months ago)
- Topics: diagram, flexbox, svg
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# **F**lexible **V**ector **G**raphics
Create [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) diagrams with [flexbox](https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Flexbox).
**WARNING**: This project is a prototype and a work in progress.
## Usage
```shell
cargo run --bin flexvg -- ./examples/platform.yaml
open ./examples/platform.svg
```
See [./examples](./examples/) for additional examples.
## License
This repository is licensed under either of- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)at your option.