diff --git a/commons/basic/Index.ets b/commons/basic/Index.ets index 2d179f7..c35df9a 100644 --- a/commons/basic/Index.ets +++ b/commons/basic/Index.ets @@ -105,4 +105,8 @@ export { ScanUtil } from './src/main/ets/utils/ScanUtil' export { NotificationManagementUtil } from './src/main/ets/utils/NotificationManagementUtil' -export { customAttachment } from './src/main/ets/models/customAttachment' \ No newline at end of file +export { customAttachment } from './src/main/ets/models/customAttachment' + +export { ImageUtil } from './src/main/ets/utils/ImageUtil' + +export { compressedImage,saveImageToGallery,CompressedImageInfo } from './src/main/ets/utils/ImageCompressUtils' \ No newline at end of file