Luckiest Guy
Browse files
Remotion-app/src/HelloWorld/constants.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
// Change any of these to update your video live.
|
2 |
|
3 |
-
export const FONT_FAMILY = '
|
4 |
export const FPS = 30;
|
5 |
|
6 |
export const DURATION = 70 * FPS; // 30 seconds
|
|
|
1 |
// Change any of these to update your video live.
|
2 |
|
3 |
+
export const FONT_FAMILY = 'Luckiest Guy';
|
4 |
export const FPS = 30;
|
5 |
|
6 |
export const DURATION = 70 * FPS; // 30 seconds
|