added gallery/test

This commit is contained in:
2024-05-19 12:16:43 +02:00
parent e510bebc33
commit 44442b8c2a
4 changed files with 94 additions and 0 deletions

7
gallery/test.typ Normal file
View File

@ -0,0 +1,7 @@
#import "../src/lib.typ": *
#let test = schema.load("/gallery/test.yaml")
#schema.render(test, config: config.blueprint(
full-page: true,
default-font-family: "Ubuntu Mono"
))