How does one use the latest sys.input functionality? #483
-
Hi, thanks for supporting and maintaining this library. I am having some trouble understanding the new developments going on with this project. Under the package directory, there are several packages starting from typst.ts, typst.react etc. What I understand is, typst.ts is the core package which has all the compiler implementation and the respective packages like typst.react and typst.vue is for facilitating rending in different frameworks. Is my understanding correct here? Then there is another package which typst.node, only which has the latest changes like My dev dependency -
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
It is correct.
It is a system-level node binding to typst compiler, it doesn't compile into wasm but native machine code, and it cannot run in browsers. I was considering merge |
Beta Was this translation helpful? Give feedback.
Hello,
sys.input
will land in typst v0.11.0, and currently we are on typst v0.10.0. After the next typst update, I'll update the document for you along with new APIs.