@kanewang_: Introducing Takumi v2 beta, the Rust engine that renders JSX to images without a headless browser. - renderSvg() for SV…
Summary
Introducing Takumi v2 beta, a Rust engine that renders JSX to images without a headless browser, adding SVG output, on-demand Google Fonts, language-aware text handling, and improved font caching.
View Cached Full Text
Cached at: 06/25/26, 07:14 AM
Introducing Takumi v2 beta, the Rust engine that renders JSX to images without a headless browser.
- renderSvg() for SVG output
- On-demand Google Fonts: load only the subsets your content uses, as it uses them
- Language-aware text (ja/zh/ko Han unification)
- Redesigned font caching, no more race conditions
- New documentation
Try it today: bun i takumi-js@beta
Similar Articles
Markdown SVG upgrades
Simon Willison's markdown-svg-renderer tool has been upgraded with features to render Markdown with embedded SVG to formats like PNG, JPEG, and MP4 using ffmpeg.wasm in the browser.
Satteri: A Markdown pipeline forged in Rust for the JavaScript world
Satteri is a Markdown processing pipeline that combines a fast Rust engine with flexible JavaScript plugins, available as WASM for in-browser use.
a 3D SVG Renderer that projects textures without rasterization
A developer describes a vanilla TypeScript 3D-to-SVG renderer that approximates perspective texturing without rasterization by subdividing images into affine-transformed polygons with clip paths, intended for rendering circuit boards in React.
markdown-svg-renderer
A markdown rendering tool that supports live preview, table and code block formatting, and special handling for SVG code blocks with inline preview and tabbed code view.
guys im working on a html streaming library
The author is developing an HTML streaming library that aims to render HTML tokens smoothly as an alternative to markdown, with improvements for tables, SVG, and charts. They seek community input on additional features to test.