We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何添加图片翻转后,保存操作?
tools 如何自定义扩展?如何覆写原有 onClick ?
https://github.com/react-component/image/blob/master/src/Preview.tsx
const tools = [ { icon: close, onClick: onClose, type: 'close', }, { icon: zoomIn, onClick: onZoomIn, type: 'zoomIn', }, { icon: zoomOut, onClick: onZoomOut, type: 'zoomOut', disabled: scale === 1, }, { icon: rotateRight, onClick: onRotateRight, type: 'rotateRight', }, { icon: rotateLeft, onClick: onRotateLeft, type: 'rotateLeft', }, ];
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题
如何添加图片翻转后,保存操作?
tools 如何自定义扩展?如何覆写原有 onClick ?
https://github.com/react-component/image/blob/master/src/Preview.tsx
The text was updated successfully, but these errors were encountered: