0 purchases
wx image editor
wx_image_editor #
仿微信图片编辑控件。
依赖库:
iOS:longitachi/ZLImageEditor
Android: minetsh/Imaging
Usage #
// setup
WxImageEditor.setup(
iosEditImageTools: [...],
iosImageAdjustTools: [...],
);
// edit
final path = ... // picked image path
await WxImageEditor.editImage(path);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.