Skip to content

Commit 2d7c744

Browse files
author
Kishor Jena
committed
readme update
1 parent 9d81476 commit 2d7c744

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44

55
`react-native-image-file-transformer` is a React Native module that provides functionality for transforming and manipulating image files.
66

7-
[ ⚠️ Under Developmenet ]
7+
Platform support:
88

9-
Platform support: Android
9+
[x] Android
10+
[ ] ios
1011

1112
## Installation
1213

package.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-image-file-transformer",
3-
"version": "1.3.0-alpha.0",
4-
"description": "Scale, Convert & Compress animated & static image files",
3+
"version": "1.0.0-beta.0",
4+
"description": "Scale, Convert & Compress animated & static image files. Supports It works with image files rather view and let's you use the transofmred image files.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -33,8 +33,22 @@
3333
},
3434
"keywords": [
3535
"react-native",
36-
"ios",
3736
"android"
37+
"react-native",
38+
"image"
39+
"resize",
40+
"convert",
41+
"compress",
42+
"scale",
43+
"animated",
44+
"static",
45+
"gif",
46+
"animated webp",
47+
"jpg",
48+
"png",
49+
"webp",
50+
"jpeg",
51+
"glide"
3852
],
3953
"repository": {
4054
"type": "git",

0 commit comments

Comments
 (0)