typst-community / typst.js

📦 Typst for JavaScript
https://typst.community/typst.js
Apache License 2.0
15 stars 2 forks source link

make it so that `npm install && npm test` works without additional commands #8

Closed jcbhmr closed 9 months ago

jcbhmr commented 9 months ago

uses the prepare hook to predownload ONLY the current os/arch combo. the rest are done in npm run build.

also added a TypeDoc website to outline the types and available functions

image 👍 so far been good

todo: need to update the npm token to give it more perms here since added new packages that it needs to write perms to.