ag-psd-psdtool
    Preparing search index...

    Interface RenderOptions

    The options for rendering a PSD file.

    interface RenderOptions {
        canvas?: any;
        flipx?: boolean;
        flipy?: boolean;
        schema?: any;
    }
    Index

    Properties

    canvas?: any

    The canvas to use for rendering. If not provided, psd.canvas will be used.

    flipx?: boolean

    Whether to flip the image horizontally.

    flipy?: boolean

    Whether to flip the image vertically.

    schema?: any

    The schema to use for validation.