expo-dynamic-image-crop
Version:
Dynamic image cropping component for Expo/React Native with free-form and fixed aspect ratio support
12 lines • 787 B
TypeScript
export { ImageEditor, ImageEditorView } from "./ImageEditor";
export type { ImageEditorProps, ImageData, EditorOptions, MaterialIconNames, FeatherIconNames, ControlBarActions, } 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";
export { useEditorProcessing, useEditorReady, useEditorImageData, useEditorMode, useEditorCropInfo, } from "./hooks/useEditorState";
export type { CropInfo, CropSize, ImageBounds, Pan } from "./types";
//# sourceMappingURL=index.d.ts.map