From 1a243bd661ccbf52ab424e7920b8f0039bdd3a60 Mon Sep 17 00:00:00 2001 From: Muhammad Numan Date: Wed, 15 Nov 2023 12:12:01 +0500 Subject: [PATCH] docs: update --- README.md | 2 +- package.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25e5701..266ad85 100644 --- a/README.md +++ b/README.md @@ -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`
- Also supports Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail +

Auto/Manual Compression | Background Upload | Download File | Create Video Thumbnail


diff --git a/package.json b/package.json index c7e2069..ad99682 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/numandev1)",