This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-28 17:57:10 +02:00
commit 9cffa2da9c
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 419 additions and 0 deletions

8
typst.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "whistle-tab"
version = "0.0.1"
entrypoint = "lib.typ"
authors = ["Histausse"]
license = "AGPL-3.0-or-later"
description = "A typst package for generating simple whistle tabs."
repository = "https://git.mineau.eu/histausse/whistle-tab.git"