advanced-cropper
Version:
The core of the advanced cropper libraries family
6 lines (5 loc) • 460 B
JavaScript
export { moveCoordinatesAlgorithm } from './moveCoordinatesAlgorithm.js';
export { anchorMoveToResizeDirections, anchorToAllowedDirections, anchoredResizeCoordinatesAlgorithm, fitDirections, resizeCoordinatesAlgorithm } from './resizeCoordinatesAlgorithm.js';
export { rotateImageAlgorithm } from './rotateImageAlgorithm.js';
export { flipImageAlgorithm } from './flipImageAlgorithm.js';
export { transformImageAlgorithm } from './transformImageAlgorithm.js';