diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0c60ad1..2e1b52a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,8 @@ - - - + + @@ -22,14 +21,14 @@ - - + + - + @@ -39,12 +38,12 @@ - + - - + + @@ -105,9 +104,9 @@ @@ -195,12 +194,12 @@ 1519204916884 - + - @@ -433,30 +432,30 @@ - - - - - - - - + + + + + - - + + - - - - - + + + + + + + + diff --git a/README.md b/README.md index f047167..7898ea9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Based on THREE.js and [react-stl-viewer](https://github.com/chiedolabs/react-stl ### [Live Demo](https://bohdanbirdie.github.io/stl-obj-demo/). +#### [Example](https://github.com/bohdanbirdie/stl-obj-demo/tree/master). + ## How to use 1. Install the app - via npm ```npm install react-stl-obj-viewer --save``` diff --git a/package.json b/package.json index 0c6128e..0590493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-stl-obj-viewer", - "version": "1.0.2", + "version": "1.0.3", "description": "React components to view STL and OBJ models.", "main": "build/index.js", "peerDependencies": {