UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines 185 B
export interface CropAlphaOptions { /** * Threshold from which rows and columns should be kept. */ threshold?: number; } //# sourceMappingURL=operations.types.d.ts.map