Typstify /cells endpoint

This commit is contained in:
Joscha 2025-03-01 21:40:07 +01:00
parent 6bb431cf8f
commit ca4e807c9f
9 changed files with 133 additions and 120 deletions

View file

@ -0,0 +1,10 @@
#import "lib/main.typ" as lib;
#show: it => lib.init(it)
#let data = json("data.json")
#image("image.png")
#if data.feed {
lib.feed
}