A WebAssembly-powered parser that transforms standard Markdown into canvas-rendered manga panel layouts. Written in Rust, runs in your browser at near-native speed.
Type Markdown on the left, hit Render, and watch it become manga panels on the right.
Three stages from raw text to manga panels, all running in your browser.
pulldown-cmark parses your Markdown into an AST of headings, tables, lists, code blocks, and more.
The Rust/WASM engine maps parsed elements into a manga grid layout with panel sizing and effects.
Canvas 2D draws thick-bordered panels, text, tables, and manga effects at near-native speed.
Everything you need to turn technical documents into manga-style visual stories.
Compiled from Rust to WebAssembly. Parses and renders complex documents at near-native speed, no server needed.
Intelligent grid system that arranges content into dynamic manga panels based on content type and hierarchy.
Markdown tables render as clean, bordered manga-style grids with header styling and alternating row shading.
Code blocks get manga-styled frames with syntax-aware coloring that fits the panel aesthetic.
Right-to-left manga reading flow. Panels follow traditional Japanese reading order for an authentic experience.
BOOM, SLASH, SPARKLE - add manga action effects to panels. Speed lines, impact bursts, and dynamic backgrounds.
The tools and libraries behind the manga machine.
Four commands to build and run locally.