@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
@kanewang_: Takumi 1.2 is out. You can now use 𝚝𝚎𝚡𝚝-𝚏𝚒𝚝: 𝚐𝚛𝚘𝚠 𝚙𝚎𝚛-𝚕𝚒𝚗𝚎-𝚊𝚕𝚕 to make your text automatically sca…
Takumi 1.2 introduces a text-fit feature that automatically scales text to fill its container, helping handle edge cases in images with dynamic content.
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.
@cnakazawa: fate 1.0: The first full Async React Metaframework New in 1.0: * Zero-Config Live Views via SSE * Drizzle Support * "Na…
fate 1.0 is a new full async React metaframework featuring zero-config live views via SSE, Drizzle support, native HTTP, Void Router, Vite plugin, and clientside garbage collection. It aims to simplify data fetching by normalizing caches and composing views.
@ekzhang1: Some progress on jax-js this weekend! - New matmul benchmarks - Real-time TTS demo (http://jax-js.com/tts) is much fast…
Progress on jax-js includes new matmul benchmarks, faster real-time TTS demo, improved codegen, and an LLM demo running Gemma 3 270B. jax-js is an open-source web ML framework.