We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3d645 commit 6dd9359Copy full SHA for 6dd9359
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-img-buffer-save",
3
"version": "0.1.3",
4
- "description": "",
+ "description": "Fast React Native JSI library for saving images to the device gallery from binary buffers (Uint8Array or ArrayBuffer).",
5
"main": "./lib/commonjs/index.js",
6
"module": "./lib/module/index.js",
7
"types": "lib/typescript/index.d.ts",
@@ -196,4 +196,4 @@
196
"languages": "kotlin-objc",
197
"version": "0.48.3"
198
}
199
-}
+}
0 commit comments