@xviewer.js/all 1.0.0-beta.2 → 1.0.0
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/README.md +3 -3
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# xviewer.js
|
|
2
2
|
|
|
3
|
-
<a href="https://www.npmjs.com/package/@xviewer/all"><img src="https://img.shields.io/npm/v/@xviewer/all"/></a>
|
|
4
|
-

|
|
5
|
-

|
|
3
|
+
<a href="https://www.npmjs.com/package/@xviewer.js/all"><img src="https://img.shields.io/npm/v/@xviewer.js/all"/></a>
|
|
4
|
+

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
xviewer.js 诞生的目的是为了更简单地使用 Three.js。
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xviewer.js/all",
|
|
3
|
-
"version": "1.0.0
|
|
4
|
-
"publishConfig": {
|
|
5
|
-
"access": "public",
|
|
6
|
-
"registry": "https://registry.npmjs.org"
|
|
7
|
-
},
|
|
3
|
+
"version": "1.0.0",
|
|
8
4
|
"license": "MIT",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"sideEffects": false,
|
|
9
7
|
"types": "types/index.d.ts",
|
|
10
8
|
"main": "dist/main.js",
|
|
11
9
|
"module": "dist/module.js",
|
|
@@ -15,9 +13,9 @@
|
|
|
15
13
|
"types/**/*"
|
|
16
14
|
],
|
|
17
15
|
"dependencies": {
|
|
18
|
-
"@xviewer.js/
|
|
19
|
-
"@xviewer.js/
|
|
20
|
-
"@xviewer.js/
|
|
16
|
+
"@xviewer.js/core": "1.0.0",
|
|
17
|
+
"@xviewer.js/debug": "1.0.0",
|
|
18
|
+
"@xviewer.js/postprocessing": "1.0.0"
|
|
21
19
|
},
|
|
22
20
|
"scripts": {
|
|
23
21
|
"b:types": "tsc"
|