What problem does it solve?
This skill solves the performance and layout limitations of standard browser text rendering by providing a zero-dependency, canvas-based engine for precise, high-performance text measurement and kinetic typography.
Core Features & Use Cases
- DOM-free Layout: Measure text height, line breaks, and grapheme positions without triggering expensive browser reflows.
- Creative Primitives: Enable advanced visual effects like text flowing around moving obstacles, shattered typography, and interactive word-based game geometry.
- Use Case: Create a hero section where a paragraph of text dynamically reflows around a user-dragged sprite at 60fps, or build a game where the playfield is constructed from real prose.
Quick Start
Use the pretext skill to generate a creative demo that flows a paragraph of text around a moving circular obstacle.