Interface CropAlphaOptions

interface CropAlphaOptions {
    threshold?: number;
}

Properties

Properties

threshold?: number

Threshold from which rows and columns should be kept.