Implement image uploading in the web composer

This commit is contained in:
Paul Frazee
2023-02-23 16:02:31 -06:00
parent 1f96e33827
commit d84f3a10f1
19 changed files with 338 additions and 281 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
import {downloadAndResize, DownloadAndResizeOpts} from '../../src/lib/images'
import {
downloadAndResize,
DownloadAndResizeOpts,
} from '../../src/lib/media/manip'
import ImageResizer from '@bam.tech/react-native-image-resizer'
import RNFetchBlob from 'rn-fetch-blob'