browser_image_compression_web library
Functions
-
completerForPromise<
T> (Promise promise) → Completer< T> - Creates a completer for the given JS promise.
-
compressImageBase(
String filename, Uint8List data, String mineType, Options opts) → Future< Uint8List> -
compressImageByXFileBase(
XFile xfile, Options opts) → Future< Uint8List> -
imageCompression(
File file, OptionsJS optionsJS) → Promise