Update
This commit is contained in:
@@ -213,7 +213,7 @@ const useVideoExport = ({ timelineElements, dimensions, totalDuration, watermark
|
||||
stage.add(layer);
|
||||
|
||||
const watermarkText = new Konva.Text({
|
||||
text: 'MEMEAIGEN.COM',
|
||||
text: 'memefa.st',
|
||||
x: dimensions.width / 2,
|
||||
y: dimensions.height / 2 + dimensions.height * 0.2,
|
||||
fontSize: WATERMARK_CONFIG.fontSize,
|
||||
@@ -692,7 +692,7 @@ const useVideoExport = ({ timelineElements, dimensions, totalDuration, watermark
|
||||
|
||||
const blob = new Blob([data.buffer], { type: 'video/mp4' });
|
||||
const epochTimestamp = Date.now();
|
||||
const fileName = `memeaigen-${epochTimestamp}.mp4`;
|
||||
const fileName = `memefast-${epochTimestamp}.mp4`;
|
||||
|
||||
// Store the blob and filename in state instead of auto-downloading
|
||||
setVideoBlob(blob);
|
||||
|
||||
Reference in New Issue
Block a user