Orca Web Renderable UI NPM Package
Library to structure webpages s.t. they are renderable in AR.
To publish
npm build
: should build dist
folder w/ index.js
npm publish
Structure
Engine will query for all renderable content within specific divs. Expectect structure is followed :
OrcaRenderableRoot
- OrcaRenderableChild
- location will need to be specified : left, right, top , bottom, center
- center will overlay on top of webpage, meaning dimenstions are NOT configurable
- left and right height are max out to webpage height
- top and bottom width are max out to webpage width