initial commit

This commit is contained in:
2024-10-20 18:12:17 +02:00
commit 15f0910584
2 changed files with 87 additions and 0 deletions

14
typst.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "sankeynoa"
version = "0.0.1"
compiler = "0.11.0"
repository = "https://git.kb28.ch/HEL/sankeynoa"
entrypoint = "src/lib.typ"
authors = [
"Louis Heredero <https://git.kb28.ch/HEL>"
]
categories = [ "visualization" ]
license = "Apache-2.0"
description = "Beautiful Sankey diagrams using CeTZ"
keywords = [ "sankey", "diagram", "flow", "chart" ]
exclude = [ "gallery", "gallery.bash", "docs" ]