UNPKG

expo-image-manipulator

Version:

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

6 lines (5 loc) 272 B
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';