Skip to main content

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?

optional up?: string

A name of the folder containing the overlaying mockup files.


down?

optional down?: string

A name of the folder containing the background mockup files.

Was this page helpful?