Nothing rendering...? #599
-
Hello, I tried making a simple web based demo of a typst project. https://github.com/SelfMadeSystem/typst-test-thing Nothing renders, ever. I tried every I've also encountered some other problems:
I would appreciate assistance in getting... anything... to render (other than a blank page). likely relevant code https://github.com/SelfMadeSystem/typst-test-thing/blob/main/src/App.tsx#L42-L75 If this is a bug, lmk and I'll file an issue. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After mindless experimentation, it appears that adding |
Beta Was this translation helpful? Give feedback.
After mindless experimentation, it appears that adding
beforeBuild: [async (a, b) => {}]
in the compiler init is required for font loading. Not sure where in the docs it says that, but ok.