Add HTML render format to API and update version to 1.4.8

This commit is contained in:
2026-06-14 13:08:33 -04:00
parent 68ffa14622
commit 9644361bad
6 changed files with 84 additions and 18 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "server"
version = "1.4.7"
version = "1.4.8"
edition = "2021"
[dependencies]
@@ -25,6 +25,7 @@ typst-kit = { path = "../typst/crates/typst-kit", features = ["system-downloader
typst-pdf = { path = "../typst/crates/typst-pdf" }
typst-render = { path = "../typst/crates/typst-render" }
typst-svg = { path = "../typst/crates/typst-svg" }
typst-html = { path = "../typst/crates/typst-html" }
typst-layout = { path = "../typst/crates/typst-layout" }
yrs = "0.18.8"