UNPKG

expo-gl

Version:

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

54 lines (53 loc) 1.41 kB
{ "name": "expo-gl", "version": "12.1.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.dev/versions/latest/sdk/gl-view/", "author": "650 Industries, Inc.", "license": "MIT", "jest": { "preset": "expo-module-scripts" }, "dependencies": { "invariant": "^2.2.4" }, "devDependencies": { "@types/invariant": "^2.2.33", "@types/offscreencanvas": "2019.6.4", "@types/webgl2": "^0.0.6", "expo-module-scripts": "^3.0.0", "react-test-renderer": "~18.1.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "6e6bb61bb071a269e62c87aca1d579bec6361aa8" }