JSPM

orca-renderable-ui

0.5.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 7
    • Score
      100M100P100Q10417F

    Orca Web Components for constructing renderable ui

    Package Exports

    • orca-renderable-ui
    • orca-renderable-ui/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (orca-renderable-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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