0.5.1 • Published 1 year ago

orca-renderable-ui v0.5.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Orca Web Renderable UI NPM Package

Library to structure webpages s.t. they are renderable in AR.

To publish

1) npm build : should build dist folder w/ index.js 2) 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