gre / gl-react

gl-react – React library to write and compose WebGL shaders

Home Page:https://gl-react-cookbook.surge.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install this repo?

ebhoren opened this issue · comments

How to i install this repo from NPM?

I need to clarify these in the README.

this hosts the alpha v3 of gl-react, it depends which implementation you want but basically gl-react, gl-react-native, gl-react-dom are all available on NPM, for the v3 you need either to use the tagged @next or can use 3.x

see for instance the web cookbook: https://github.com/gre/gl-react/blob/master/packages/cookbook/package.json#L13-L14

Thanks you so much :)

commented

This was slightly confusing because there's multiple repos from multiple parties, so I assumed different npm packages as well.