@musallam/photoshop-client
    Preparing search index...

    Interface DocumentCreateOptions

    interface DocumentCreateOptions {
        document: DocumentDetails;
        fonts?: StorageDetails[];
        globalFont?: string;
        layers?: DocumentCreateLayer[];
        manageMissingFonts?: PhotoshopClient.ManageMissingFonts;
    }
    Index

    Properties

    document: DocumentDetails
    fonts?: StorageDetails[]

    array of custom fonts needed in this document

    globalFont?: string

    The PostScript name of the font to be used as the global default for the document. If this font is also missing, the option specified in manageMissingFonts will take effect.

    Array of layers to be created in the document.

    manageMissingFonts?: PhotoshopClient.ManageMissingFonts