@objectifthunes/three-book 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
  A procedural, interactive 3D book for [Three.js](https://threejs.org/) — drag pages to turn them, apply textures to every surface, and drop the whole thing into your scene as a regular `THREE.Group`.
4
4
 
5
5
  <p align="center">
6
- <img src="../../docs/images/default.png" width="49%" alt="Closed book" />
7
- <img src="../../docs/images/open-half.png" width="49%" alt="Book opened halfway" />
6
+ <img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/default.png" width="49%" alt="Closed book" />
7
+ <img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/open-half.png" width="49%" alt="Book opened halfway" />
8
8
  </p>
9
9
  <p align="center">
10
- <img src="../../docs/images/page-curl.png" width="49%" alt="Page mid-curl" />
11
- <img src="../../docs/images/demo-ui.png" width="49%" alt="Demo app with tweakable controls" />
10
+ <img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/page-curl.png" width="49%" alt="Page mid-curl" />
11
+ <img src="https://raw.githubusercontent.com/MaxouJS/three-book/main/docs/images/demo-ui.png" width="49%" alt="Demo app with tweakable controls" />
12
12
  </p>
13
13
 
14
14
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectifthunes/three-book",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",