hyperframes 0.7.18 → 0.7.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -299,6 +299,8 @@ interface TimelineEditCallbacks {
299
299
  onDeleteKeyframe?: (elementId: string, percentage: number) => void;
300
300
  onDeleteAllKeyframes?: (elementId: string) => void;
301
301
  onChangeKeyframeEase?: (elementId: string, percentage: number, ease: string) => void;
302
+ onMoveKeyframeToPlayhead?: (elementId: string, percentage: number) => void;
303
+ onMoveKeyframe?: (elementId: string, fromClipPercentage: number, toClipPercentage: number) => void;
302
304
  onToggleKeyframeAtPlayhead?: (element: TimelineElement) => void;
303
305
  }
304
306
 
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
6
6
  <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
7
  <title>HyperFrames Studio</title>
8
- <script type="module" crossorigin src="/assets/index-D0468l1X.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-WxXW8fW3.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-DmkOvZns.css">
10
10
  </head>
11
11
  <body>