Blockbench Reference Docs
    Preparing search index...

    Interface ScreenshotOptions

    interface ScreenshotOptions {
        crop?: boolean;
        height?: number;
        width?: number;
    }
    Index

    Properties

    Properties

    crop?: boolean
    height?: number
    width?: number