DEV Community

Justin Ribeiro
Justin Ribeiro

Posted on • Originally published at justinribeiro.com on

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

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!

Top comments (0)