This commit is contained in:
ct
2025-06-16 15:00:15 +08:00
parent d924f25fc7
commit d1fdeb6409
4 changed files with 160 additions and 12 deletions

View File

@@ -75,6 +75,20 @@ const sampleTimelineElements = [
stroke: 'red',
strokeWidth: 2,
},
{
id: '6',
type: 'image',
source: 'https://cdn.memeaigen.com/g1/webp/este-cat-dance.webp',
name: 'Este cat dance',
startTime: 0,
layer: 5,
inPoint: 1,
duration: 6,
x: 200,
y: 200,
width: 280,
height: 180,
},
];
export default sampleTimelineElements;