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/lib/audio-helper.js generated vendored Normal file
View File

@@ -0,0 +1 @@
"use strict";function t(t){var e=t.split("://");return t=1==e.length?u.join("audio",t):e[0]+"://audio/"+e[1]}function e(t,e,r){var u=new Audio;return n(t,e,function(t){u.src=t,u.autoplay=!0,u.controls=!1,r&&u.addEventListener("ended",r)}),u}var r=function(t){return t&&t.__esModule?t["default"]:t},u=r(require("path")),n=r(require("./get-asset-uri"));module.exports={getPath:t,startAudio:e};