File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33 [ ![ Min Zip] ( https://badgen.net/bundlephobia/minzip/@google/model-viewer )] ( https://bundlephobia.com/result?p=@google/model-viewer )
44 [ ![ Latest Release] ( https://img.shields.io/github/v/release/google/model-viewer )] ( https://github.com/google/model-viewer/releases )
5+ [ ![ NPM Package] ( https://img.shields.io/npm/v/@google/model-viewer )] ( https://www.npmjs.com/package/@google/model-viewer )
56
67 [ ![ follow on Twitter] ( https://img.shields.io/twitter/follow/modelviewer?style=social&logo=twitter )] ( https://twitter.com/intent/follow?screen_name=modelviewer )
78 [ ![ Github Discussions] ( https://img.shields.io/github/stars/google/model-viewer.svg?style=social&label=Star&maxAge=2592000 )] ( https://github.com/google/model-viewer/discussions )
@@ -49,7 +50,7 @@ For your production site you may want the extra stability that comes by
4950pinning to a specific version, and upgrading on your own schedule (after
5051testing).
5152
52- If you’ve installed via [ NPM] ( https://npmjs.org ) , you’re all set - you’ll only
53+ If you’ve installed via [ NPM] ( https://www. npmjs.com/package/@google/model-viewer ) , you’re all set - you’ll only
5354upgrade when you run [ ` npm update ` ] ( https://docs.npmjs.com/cli/update.html ) .
5455Note that three.js is a peer dependency, so that must also be installed, but can
5556be shared with other bundled code. Note that ` <model-viewer> ` requires the
Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ <h3 class="grouping-title grouping-title-new quick-start">Quick Start</h3>
8181 < a href ="https://github.com/google/model-viewer/releases ">
8282 < img src ="https://img.shields.io/github/v/release/google/model-viewer " alt ="Latest Release " />
8383 </ a >
84+ < a href ="https://www.npmjs.com/package/@google/model-viewer ">
85+ < img src ="https://img.shields.io/npm/v/@google/model-viewer " alt ="NPM Package " />
86+ </ a >
8487 < br />
8588 < a href ="https://twitter.com/intent/follow?screen_name=modelviewer ">
8689 < img src ="https://img.shields.io/twitter/follow/modelviewer?style=social&logo=twitter " alt ="follow on Twitter " />
You can’t perform that action at this time.
0 commit comments