A Google Poly component for A-Frame.
npm install aframe-google-poly-component

A Google Poly component for A-Frame.
For A-Frame.
| Property | Description | Default Value |
| -------- | ----------- | ------------- |
| apiKey | Google Poly API Key | |
| src | Google Poly Model Identifier | |
| normalize | Scale the geometry to a unit of 1 and translate the geometry to 0 0 0 | true |
| cache | Cache or load the cached model using localforage to prevent downloading from Google Poly Servers | true |
#### Browser
Install and use by directly including the browser files:
``html
#### npm
Install via npm:
`bash
npm install aframe-google-poly-component
`Then require and use.
`js
require('aframe');
require('aframe-google-poly-component');
``#### Credits
The code is heavily inspired by the A-Frame GBlock Component! Thanks for that!