initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

1
node_modules/jibo-keyframes/lib/keyframe-search.js generated vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";function e(e,r){for(var t=0,o=e.length-2,f=void 0;o>=t;)if(f=Math.floor((t+o)/2),r>=e[f+1].time)t=f+1;else{if(!(r<e[f].time))return{start:f,end:f+1};o=f-1}}function r(e,r){if(0!==e.length)for(var t=0,o=e.length-1,f=void 0;o>=t;){f=Math.floor((t+o)/2);var i=e[f].time;if(r===i)return f;r>i?t=f+1:o=f-1}}module.exports={keyframeSearch:e,keyframeSearchAbsolute:r};