mirror of
https://github.com/status-im/react-native-image-resizer.git
synced 2025-01-12 07:34:30 +00:00
fix error: ImageResizer is not public
This commit is contained in:
parent
6fd88e7666
commit
13cdedc64a
@ -21,7 +21,7 @@ import java.util.Date;
|
||||
/**
|
||||
* Provide methods to resize and rotate an image file.
|
||||
*/
|
||||
class ImageResizer {
|
||||
public class ImageResizer {
|
||||
private final static String IMAGE_JPEG = "image/jpeg";
|
||||
private final static String IMAGE_PNG = "image/png";
|
||||
private final static String SCHEME_DATA = "data";
|
||||
|
Loading…
x
Reference in New Issue
Block a user