Initialization Data
Original data is the raw project data for creating video projects, with the following data structure and description:
ts
const initData = {
title: "Untitled", // Project title
createTime: 0, // Creation time
updateTime: 0, // Update time
poster: "", // Poster
width: 1920, // Size
height: 1080,
background: {
color: "#677C8A", // Background
},
transitions: [], // Transitions
captions: [], // Caption content information,
camera:[], // Camera data
elements: [], // Element data
resouces: [], // Resource file data, resource file ID will be bound to element data's resourceId
_hideLock: {}, // Track lock and hide operation data
};