UNPKG

expo-gl

Version:

Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.

58 lines (57 loc) 1.53 kB
{ "name": "expo-gl", "version": "10.0.0", "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "test:snapshots": "jest --updateSnapshot", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "gl", "glview", "webgl" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-gl" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "homepage": "https://docs.expo.io/versions/latest/sdk/gl-view/", "author": "650 Industries, Inc.", "license": "MIT", "jest": { "preset": "expo-module-scripts" }, "peerDependencies": { "@unimodules/core": "*", "react": "*", "react-native": "*", "unimodules-camera-interface": "*", "unimodules-file-system-interface": "*" }, "dependencies": { "expo-gl-cpp": "~10.0.0", "invariant": "^2.2.4", "fbjs": "1.0.0" }, "devDependencies": { "@types/invariant": "^2.2.33", "expo-module-scripts": "~1.2.0", "react-test-renderer": "~16.11.0" }, "gitHead": "0eb42e360f9a1809f73fe55d879940a6ea3eeae1" }