feat(videos): add BackgroundMusic component with fade-in/fade-out

This commit is contained in:
SnapOtter
2026-05-08 16:35:31 +08:00
parent 89eec108fe
commit ac33e4ac3c
3 changed files with 3119 additions and 36 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"name": "@snapotter/videos",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "npx remotion studio",
"render": "node scripts/render-all.mjs",
"render:single": "npx remotion render"
},
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/google-fonts": "^4.0.0",
"@remotion/media": "^4.0.459",
"@remotion/motion-blur": "^4.0.0",
"@remotion/noise": "^4.0.0",
"@remotion/paths": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"@remotion/shapes": "^4.0.0",
"@remotion/tailwind": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotion": "^4.0.0"
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0"
}
}