Skip to content

Commit 8d304bf

Browse files
committed
docs: update
1 parent 02939d6 commit 8d304bf

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
**REACT-NATIVE-COMPRESSOR** is a react-native package, which helps us to Compress `Image`, `Video`, and `Audio` before uploading, same like **Whatsapp** without knowing the compression `algorithm`
1818

1919
<div align="center">
20-
<b>Also supports Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail</b>
20+
<h4>Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail</h4>
2121
</div>
2222
<br/>
2323

@@ -72,11 +72,13 @@ We should use **react-native-compressor** instead of **FFmpeg** because **react-
7272
- [Video Api Docs](#video-1)
7373
- [Audio](#audio)
7474
- [Background Upload](#background-upload)
75+
- [Cancel Background Upload](#cancel-background-upload)
7576
- [Download File](#download)
7677
- [Create Video Thumbnail and Clear Cache](#create-video-thumbnail-and-clear-cache)
7778

7879
* [Other Utilities](#api)
7980
- [Background Upload](#background-upload-1)
81+
- [Cancel Background Upload](#cancel-background-upload-1)
8082
- [Get Metadata Of Video](#get-metadata-of-video)
8183
- [Get Real Path](#get-real-path)
8284
- [Get Temp file Path](#get-temp-file-path)

package.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,18 @@
5555
"react-native-compressor",
5656
"compress-audio",
5757
"whatsapp",
58-
"compressor"
58+
"compressor",
59+
"background",
60+
"NSURLSession",
61+
"uploader",
62+
"upload",
63+
"UploadService",
64+
"downloader",
65+
"download",
66+
"thumbnail",
67+
"create-thumbnail",
68+
"video-metadata",
69+
"media"
5970
],
6071
"repository": "https://github.com/numandev1/react-native-compressor",
6172
"author": "numandev1 <[email protected]> (https://github.com/numandev1)",

0 commit comments

Comments
 (0)