fix(video): hold final frame through composition

This commit is contained in:
Miguel Ángel
2026-07-16 02:15:01 +00:00
parent 71d7be7921
commit 2e8f871bc8
15 changed files with 352 additions and 90 deletions
+1
View File
@@ -124,6 +124,7 @@ describe("@hyperframes/core public API exports", () => {
expect(typeof core.extractResolvedMedia).toBe("function");
expect(typeof core.clampDurations).toBe("function");
expect(typeof core.shouldClampMediaDuration).toBe("function");
expect(typeof core.shouldClampResolvedMediaDuration).toBe("function");
});
});