antd-img-crop
NOTE: This is a fork of upstream https://github.com/nanxiaobei/antd-img-crop/issues/214, because I need common js support still. This tries to provide it but it can't because it explicitly imports things from within in antd that aren't in the top-level antd import, and I think the current approach to supporting both CommonJS and ES Modules at once just isn't good enough to support this, sadly. I also explicitly removed the ES module support from this module since there's no way I can see to make it work, and wanted to avoid confusion.
An image cropper for Ant Design Upload
Install
npm install @cocalc/antd-img-crop
See https://github.com/nanxiaobei/antd-img-crop/issues/214 for all other docs.