5.0.1 • Published 2 years ago

@led-backpack/gl-react-expo v5.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

gl-react-expo

gl-react-expo is the React Native via Expo implementation of gl-react, library to write and compose WebGL shaders.

Camera support

You can enable camera support with this:

yarn add expo-camera webgltexture-loader-expo-camera

and you just need to load the lib in your entry point:

import "webgltexture-loader-expo-camera";

Links