export interface CropAlphaOptions {
  /**
   * Threshold from which rows and columns should be kept.
   */
  threshold?: number;
}
