orca-renderable-ui
v0.5.1
Published
Orca Web Components for constructing renderable ui
Downloads
14
Maintainers
Readme
Orca Web Renderable UI NPM Package
Library to structure webpages s.t. they are renderable in AR.
To publish
npm build: should builddistfolder w/index.jsnpm 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
