Prompt file imported from meo9805/OpenMontage (
.codex/prompts/ink-art.md). Fill in{{arguments}}before use. Copyright stays with the author.
Read skills/creative/ink-theater.md and ink-theater/README.md, then build the hand-drawn ink animation described below.
- Ink Theater engine (
ink-theater/ink-theater.js): variable-width ink strokes, seek-safe boil, closed-form spring eases, FABRIK IK, contraption grammar. - For a character that walks / dances / waves / jumps, use the Ink Puppet mocap system:
InkPuppet.create→p.drawIn(self-drawing reveal) →InkPuppet.choreograph([{clip:'wave'},{clip:'twist'},…])(names fromink-theater/mocap/catalog.json, 12 CMU-sourced moves). Never hand-tune motion; add moves vianode ink-theater/mocap/add-motion.mjs. - Captions = HTML overlay
<div>s (HyperFrames doesn't apply webfonts to SVG<text>). Validate (npx hyperframes lint+snapshot) before rendering.
Request: {{arguments}}