Tridi is a flexible JavaScript library for 360-degree 3D product visualizations based on series of images.
Works on mobile and desktop browsers (including IE 10 and IE 11).
npm install tridi
- Latest release — full package from GitHub
- Source code — contains full uncompiled TypeScript source code
- Compiled version — contains unminified JS code
- Production-ready version — minified JS code
Add Tridi to your site:
<script src="path/to/tridi.js"></script>
For minimum styling add tridi.css to head section of your page:
<link rel="stylesheet" href="path/to/tridi.css">
See Basic viewer for a minimal viable example.
See tridi.lukem.net for complete documentation and examples.
Tridi was loosely inspired by 3D-Product-Viewer-JavaScript-Plugin by Jeya Prakash.
Licensed under MIT License. See LICENSE for more information.