Expand description
Rendering of Typst documents into SVG images.
Functionsยง
- convert_
image_ scaling - Converts an image scaling to a CSS
image-renderingproperty value. - convert_
image_ to_ base64_ url - Encode an image into a data URL. The format of the URL is
data:image/{format};base64,. - svg
- Export a frame into a SVG file.
- svg_
frame - Export a frame into a SVG file.
- svg_
html_ frame - Export a frame into an SVG suitable for embedding into HTML.
- svg_
merged - Export a document with potentially multiple pages into a single SVG file.