mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Sets up apps/remotion with a 5-second 1080p intro video featuring the Fabro symbol, logotype, and tagline animated over the brand navy background. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"name": "fabro-remotion",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"studio": "remotion studio",
|
|
"render": "remotion render FabroIntro out/intro.mp4",
|
|
"build": "remotion render FabroIntro out/intro.mp4"
|
|
},
|
|
"dependencies": {
|
|
"@remotion/cli": "4.0.437",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"remotion": "4.0.437"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|