Ever since lit-html hit 1.0, I’ve been meaning to get around to updating <stl-part-viewer>
. Well, that day finally came after I needed to use it for a couple of projects this week.
With version 1.0 (available on npm), only a few changes:
- LitElement base class updated to 2.1.0
- Three.js updated to r103
To use, grab with npm or yarn.
npm i @justinribeiro/stl-part-viewer # or yarn add @justinribeiro/stl-part-viewer
Now start displaying those parts!
Top comments (0)