hated-by-life-itself

This commit is contained in:
2023-03-23 17:20:35 +08:00
parent 47df8a11c2
commit 3cba73a339
15 changed files with 388 additions and 349 deletions

View File

@@ -4,7 +4,7 @@
"description": "My Remotion video",
"scripts": {
"start": "remotion preview",
"build": "remotion render HelloWorld out/video.mp4",
"build": "remotion render MovingLyrics out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},