Update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user