string-tune-3d 0.0.1 → 0.0.3
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "string-tune-3d",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "StringTune-3D is a powerful 3D graphics adapter library that provides a unified interface for working with different 3D engines like Three.js. Part of the StringTune ecosystem, it enables seamless integration and synchronization of 3D objects, scenes, cameras, and lights across various rendering engines.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"3d",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
},
|
|
57
57
|
"repository": {
|
|
58
58
|
"type": "git",
|
|
59
|
-
"url": "https://github.com/penev-
|
|
59
|
+
"url": "https://github.com/penev-palemiya/StringTune-3D"
|
|
60
60
|
},
|
|
61
|
-
"homepage": "https://github.com/penev-
|
|
61
|
+
"homepage": "https://github.com/penev-palemiya/StringTune-3D#readme",
|
|
62
62
|
"bugs": {
|
|
63
|
-
"url": "https://github.com/penev-
|
|
63
|
+
"url": "https://github.com/penev-palemiya/StringTune-3D/issues"
|
|
64
64
|
},
|
|
65
65
|
"license": "MIT",
|
|
66
66
|
"peerDependencies": {
|