Typstify /cells endpoint
This commit is contained in:
parent
6bb431cf8f
commit
ca4e807c9f
9 changed files with 133 additions and 120 deletions
10
showbits-thermal-printer/src/documents/cells/main.typ
Normal file
10
showbits-thermal-printer/src/documents/cells/main.typ
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue