{ "$schema": "https://hyperframes.heygen.com/schema/registry-item.json", "name": "hw-boil", "type": "hyperframes:component", "title": "Hand-Drawn Boil", "description": "Hand-drawn jitter that re-poses every N frames, as seek-safe helpers: pose derives from quantized timeline time through a seeded hash; includes the shared onUpdate dispatcher, a wobbled-ellipse path generator, the boil pose control (off/calm/lively over the family-locked frameDrop), a curvature-adaptive pen-velocity ease, and the completed stroke matrix (plain/soft/sharp/spray — spray is index-seeded deterministic dots, no turbulence) with texture-safe draw-on", "tags": ["handwritten", "effect", "annotation"], "files": [ { "path": "hw-boil.html", "target": "compositions/components/hw-boil.html", "type": "hyperframes:snippet" }, { "path": "assets/fonts/Caveat-700-latin.woff2", "target": "assets/fonts/Caveat-700-latin.woff2", "type": "hyperframes:asset" } ], "controls": [ { "name": "boil", "type": "variant", "values": ["off", "calm", "lively"], "default": "calm", "drives": "boil amp/rot as authored pairs over the family-locked frameDrop 3; seed locked" }, { "name": "strokeType", "type": "variant", "values": ["plain", "soft", "sharp", "spray"], "default": "plain", "drives": "stroke texture of the drawn path (soft = slight blur; sharp = micro-dash dry marker; spray = seeded deterministic dot scatter) — textured types draw on via a mask clone so the texture itself never animates" } ] }