Package Exports
- augmented-ui
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 (augmented-ui) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
augmented-ui from PropJockey
Home: http://augmented-ui.com/
Docs / Tests: http://augmented-ui.com/test.html
NPM: https://www.npmjs.com/package/augmented-ui
GitHub: https://github.com/propjockey/augmented-ui
Install:
$ npm install augmented-ui
Then include the /node_modules/augmented-ui/augmented.css
file before any stylesheets that use it.
OR
Use your favorite NPM CDN and include it on your page before other stylesheets for small projects. Like so:
<link rel="stylesheet" type="text/css" href="https://unpkg.com/augmented-ui/augmented.css">