feat: add cropper comp

This commit is contained in:
xingyu4j
2025-05-09 16:16:31 +08:00
parent 189d509075
commit 7d4eec1ced
5 changed files with 753 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export { default as CropperAvatar } from './cropper-avatar.vue';
export { default as CropperImage } from './cropper.vue';
export type { CropperType } from './typing';