stl-part-viewer web component updated to v1.0

stl-part-viewer moves to version 1.0 with an update to three.js and LitElement.

1 min read Filed in IoT Web

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:

  1. LitElement base class updated to 2.1.0
  2. 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!