@objectifthunes/three-book 0.1.1 → 0.1.2

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @objectifthunes/three-book
2
2
 
3
- Procedural, interactive 3D book component for Three.js, ported from the Unity Procedural Book plugin.
3
+ Procedural, interactive 3D book component for Three.js.
4
4
 
5
5
  ## Features
6
6
 
@@ -156,4 +156,3 @@ pnpm dev
156
156
  - Ensure the npm token/account has permission for the target org scope.
157
157
  - Cover/page colors look unexpectedly tinted:
158
158
  - Check `coverPaperSetup.color` / `pagePaperSetup.color`; non-white tints textures.
159
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectifthunes/three-book",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",