evergine-react
v1.0.5
Published
Evergine NPM module to use with Evergine React template
Readme
Package for using React with Evergine
Build
Execute: npm run build
node_modules cause problems with symlinks when using the package from local folder, so it is removed before executing tsc.
Installation
Local
Execute: npm install ./local_module
Npmjs.com
Execute: npm install evergine-react
Utilization
Import the required component: import { initializeEvergineBase, useStore, evergineStore, useEvergineStore, createStore, EvergineStore, EvergineCanvas } from 'evergine-react'
