TF-761 Implement reduce image size when add inline image

This commit is contained in:
dab246
2022-07-28 14:36:37 +07:00
committed by Dat H. Pham
parent 8e22bec3f1
commit e050042e2c
12 changed files with 129 additions and 110 deletions
@@ -58,5 +58,6 @@ class CoreBindings extends Bindings {
void _bindingUtils() {
Get.put(const Uuid());
Get.put(CompressFileUtils());
}
}