MCPcopy Index your code
hub / github.com/rough-stuff/rough-notation / ensureKeyframes

Function ensureKeyframes

src/keyframes.ts:1–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function ensureKeyframes() {
2 if (!(window as any).__rno_kf_s) {
3 const style = (window as any).__rno_kf_s = document.createElement('style');
4 style.textContent = `@keyframes rough-notation-dash { to { stroke-dashoffset: 0; } }`;
5 document.head.appendChild(style);
6 }
7}

Callers 1

attachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…