Skip to content

ohpyupi/three-stl-viewer

Repository files navigation

Three STL Viewer

Introduction

Three STL Viewer is a 3D model viewr for STL objects based on Three.js 3D engine. Examples

Installation

npm install three-stl-viewer --save

Dependencies

Three STL Viewer has dependencies, jQuery, spectrum, and Three.js. To utilize the package, it is required to install the dependencies properly.

npm install jquery --save
npm install spectrum-colorpicker --save
npm install three --save

How to use

// jQuery should exist in the global scope.
import 'spectrum-colorpicker';
import 'spectrum-colorpicer/spectrum.css';
import ThreeSTLViewer from 'three-stl-viewer';

...

let viewer = new ThreeSTLViewer({
	selector: '#pikachu.stl-viewer',
	urlToSTL: '/stl/pikachu.stl',
});

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published