expo-image-manipulator
Version:
Provides functions that let you manipulation images on the local file system, eg: resize, crop.
6 lines • 311 B
TypeScript
export { default as crop } from './CropAction.web';
export { default as extent } from './ExtentAction.web';
export { default as flip } from './FlipAction.web';
export { default as resize } from './ResizeAction.web';
export { default as rotate } from './RotateAction.web';
//# sourceMappingURL=index.web.d.ts.map