UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

7 lines (6 loc) 131 B
export interface CropAlphaOptions { /** * Threshold from which rows and columns should be kept. */ threshold?: number; }