react-native-webgl-view-shot
Version:
React Native WebGL extension to rasterize a view as a GL Texture
24 lines (23 loc) • 573 B
JSON
{
"name": "react-native-webgl-view-shot",
"version": "0.1.1",
"description": "React Native WebGL extension to rasterize a view as a GL Texture",
"main": "src/index.js",
"keywords": [
"react-native",
"react-native-webgl",
"view-shot",
"rasterize"
],
"author": "Gaëtan Renaudeau <renaudeau.gaetan@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gre/react-native-webgl-view-shot.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-webgl": "*"
}
}