Create new Remotion video

This commit is contained in:
2023-03-23 12:56:34 +08:00
commit 47df8a11c2
19 changed files with 3164 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"editor.tabSize": 2,
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.organizeImports": false,
"source.fixAll": true
},
"typescript.enablePromptUseWorkspaceTsdk": true
}