A small go module to utilize Typst for PDF, SVG or PNG document/report generation.
Go to file
2024-12-18 12:04:31 +01:00
.vscode Initial commit 2024-12-01 15:03:28 +01:00
.gitignore Initial commit 2024-12-01 15:03:28 +01:00
cli.go Initial commit 2024-12-01 15:03:28 +01:00
errors.go Remove debug print 2024-12-18 12:04:31 +01:00
go.mod Initial commit 2024-12-01 15:03:28 +01:00
go.sum Initial commit 2024-12-01 15:03:28 +01:00
README.md Initial commit 2024-12-01 15:03:28 +01:00
typst_unix.go Initial commit 2024-12-01 15:03:28 +01:00
typst_windows.go Initial commit 2024-12-01 15:03:28 +01:00
variable-encoder_test.go Improve variable marshalling 2024-12-02 11:52:05 +01:00
variable-encoder.go Improve variable marshalling 2024-12-02 11:52:05 +01:00

go-typst

A library to generate documents via typst.

Installation

Runtime requirements

Usage