December 2019
Intermediate to advanced
388 pages
8h 11m
English
Adding the <model-viewer> Component is quite straightforward. Follow these steps to do so:
<script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.js"></script><script nomodule src="https://unpkg.com/@google/model-viewer/dist/model-viewer-legacy.js"></script>
With these lines, we are adding the module to our page and making it work in new and old browsers.