This commit is contained in:
ct
2025-06-19 23:43:21 +08:00
parent 7712101b76
commit eef45fdc9d
5 changed files with 103 additions and 3 deletions

View File

@@ -16,6 +16,12 @@ const FONT_CONFIG = {
italic: '/arial.ttf',
boldItalic: '/arial.ttf',
},
Bungee: {
normal: '/fonts/Bungee/Bungee-Regular.ttf',
bold: '/fonts/Bungee/Bungee-Regular.ttf',
italic: '/fonts/Bungee/Bungee-Regular.ttf',
boldItalic: '/fonts/Bungee/Bungee-Regular.ttf',
},
};
const useVideoExport = ({ timelineElements, dimensions, totalDuration }) => {