UNPKG

@uppy/image-editor

Version:

Image editor and cropping UI

9 lines (7 loc) 610 B
export type { AspectRatio, Opts as ImageEditorOptions } from './ImageEditor.js' export { default } from './ImageEditor.js' // Utility functions for headless image editor hook export { default as getCanvasDataThatFitsPerfectlyIntoContainer } from './utils/getCanvasDataThatFitsPerfectlyIntoContainer.js' export { default as getScaleFactorThatRemovesDarkCorners } from './utils/getScaleFactorThatRemovesDarkCorners.js' export { default as limitCropboxMovementOnMove } from './utils/limitCropboxMovementOnMove.js' export { default as limitCropboxMovementOnResize } from './utils/limitCropboxMovementOnResize.js'