@react-native-ohos/react-native-view-shot
Version:
Capture a React Native view to an image
42 lines • 1.09 kB
JSON
{
"name": "@react-native-ohos/react-native-view-shot",
"version": "3.8.1-rc.1",
"description": "Capture a React Native view to an image",
"harmony": {
"alias": "react-native-view-shot"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"main": "src/index.js",
"types": "src/index.d.ts",
"keywords": [
"react-native",
"screenshot",
"viewshot",
"view-snapshot",
"snapshot",
"rasterize"
],
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"homepage": "https://github.com/gre/react-native-view-shot",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/react-native-oh-library/react-native-view-shot.git"
},
"dependencies": {
"react-native-view-shot": "3.8.0",
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"flow-bin": "^0.170.0",
"html-webpack-plugin": "^5.5.1",
"react-native-windows": "^0.63.16"
}
}