Interface: IMockupFolders
A structure holding names of folders containing the overlaying and background mockups.
Remarks
This interface uses mockups that are grouped by folders.
Example
const productDefinition = {
surfaces: {
// Get surfaces from the folder.
designFolder: "myphotoBook",
// Get mockups from the folder.
mockupFolder: { up: "photoBookMockups" },
},
};
Properties
up?
optionalup?:string
A name of the folder containing the overlaying mockup files.
down?
optionaldown?:string
A name of the folder containing the background mockup files.