Skip to content

Commit

Permalink
Merge pull request #239 from numandev1/docs/update-4
Browse files Browse the repository at this point in the history
  • Loading branch information
numandev1 authored Nov 15, 2023
2 parents 02939d6 + 8d304bf commit 497470d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
**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`

<div align="center">
<b>Also supports Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail</b>
<h4>Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail</h4>
</div>
<br/>

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

* [Other Utilities](#api)
- [Background Upload](#background-upload-1)
- [Cancel Background Upload](#cancel-background-upload-1)
- [Get Metadata Of Video](#get-metadata-of-video)
- [Get Real Path](#get-real-path)
- [Get Temp file Path](#get-temp-file-path)
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,18 @@
"react-native-compressor",
"compress-audio",
"whatsapp",
"compressor"
"compressor",
"background",
"NSURLSession",
"uploader",
"upload",
"UploadService",
"downloader",
"download",
"thumbnail",
"create-thumbnail",
"video-metadata",
"media"
],
"repository": "https://github.com/numandev1/react-native-compressor",
"author": "numandev1 <muhammadnuman70@gmail.com> (https://github.com/numandev1)",
Expand Down

0 comments on commit 497470d

Please sign in to comment.