This commit is contained in:
ct
2025-06-17 22:03:04 +08:00
parent b478c95a31
commit 16ac93d2bd

View File

@@ -9,19 +9,54 @@
"timeline": [ "timeline": [
{ {
"id": "6", "id": "background",
"type": "image", "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", "name": "Este cat dance",
"startTime": 0, "startTime": 0,
"layer": 5, "layer": 1,
"inPoint": 1, "inPoint": 0,
"duration": 6, "duration": 6,
"x": 200, "x": 200,
"y": 200, "y": 200,
"width": 280, "width": 280,
"height": 180, "height": 180,
"rotation": 0 "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
} }
] ]
} }