UNPKG

advanced-cropper

Version:

The core of the advanced cropper libraries family

10 lines (8 loc) 203 B
function getRotatedImage(state) { return { width: state.imageSize.width, height: state.imageSize.height, angle: state.transforms.rotate, }; } export { getRotatedImage };