From 16ac93d2bd641a4f3cf4a74ae2ef7f707acc0a1e Mon Sep 17 00:00:00 2001 From: ct Date: Tue, 17 Jun 2025 22:03:04 +0800 Subject: [PATCH] update --- .../single_caption_meme_background.json | 43 +++++++++++++++++-- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/resources/js/modules/editor/templates/single_caption_meme_background.json b/resources/js/modules/editor/templates/single_caption_meme_background.json index 5bbea0b..1296c5b 100644 --- a/resources/js/modules/editor/templates/single_caption_meme_background.json +++ b/resources/js/modules/editor/templates/single_caption_meme_background.json @@ -9,19 +9,54 @@ "timeline": [ { - "id": "6", + "id": "background", "type": "image", - "source": "https://cdn.memeaigen.com/g1/webp/este-cat-dance.webp", + "source": "https://cdn.memeaigen.com/system-i/si_1749805418324-out-0.webp", "name": "Este cat dance", "startTime": 0, - "layer": 5, - "inPoint": 1, + "layer": 1, + "inPoint": 0, "duration": 6, "x": 200, "y": 200, "width": 280, "height": 180, "rotation": 0 + }, + { + "id": "meme", + "type": "video", + "source_webm": "https://cdn.memeaigen.com/g1/webm/este-cat-dance.webm", + "source_mov": "https://cdn.memeaigen.com/g1/mov/este-cat-dance.mov", + "poster": "https://cdn.memeaigen.com/g1/webp/este-cat-dance.webp", + "name": "Este cat dance", + "startTime": 0, + "layer": 2, + "inPoint": 0, + "duration": 6, + "x": 200, + "y": 200, + "width": 280, + "height": 180, + "rotation": 0 + }, + { + "id": "caption", + "type": "text", + "text": "Welcome to the Timeline!", + "startTime": 0, + "layer": 3, + "duration": 6, + "x": 90, + "y": 180, + "fontSize": 40, + "fontWeight": "bold", + "fontFamily": "Montserrat", + "fontStyle": "normal", + "fill": "#ffffff", + "stroke": "#000000", + "strokeWidth": 3, + "rotation": 0 } ] }