UNPKG

expo-image-manipulator

Version:

Provides functions that let you manipulation images on the local file system, eg: resize, crop.

4 lines 249 B
import { ActionResize } from '../../ImageManipulator.types'; declare const _default: (canvas: HTMLCanvasElement, { width, height }: ActionResize["resize"]) => HTMLCanvasElement; export default _default; //# sourceMappingURL=ResizeAction.web.d.ts.map