expo-dynamic-image-crop
Version:
Dynamic image cropping component for Expo/React Native with free-form and fixed aspect ratio support
10 lines • 566 B
TypeScript
export { ImageEditor, ImageEditorView } from "./ImageEditor";
export type { ImageEditorProps, ImageData, EditorOptions, MaterialIconNames, FeatherIconNames, } from "./types";
export { ControlBar } from "./ControlBar";
export { EditingWindow } from "./EditingWindow";
export { ImageCropOverlay } from "./ImageCropOverlay";
export { Processing } from "./Processing";
export { usePerformCrop } from "./hooks/usePerformCrop";
export { EditorContext } from "./context/editor";
export type { EditorContextData } from "./context/editor";
//# sourceMappingURL=index.d.ts.map