@ithinkdt/jt-web3 0.0.4 → 0.0.6
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/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @Date: 2021-09-23 14:31:40
|
|
4
4
|
* @Author: manyao.zhu
|
|
5
5
|
-->
|
|
6
|
-
# @ithinkdt/jt-
|
|
6
|
+
# @ithinkdt/jt-web3
|
|
7
7
|
|
|
8
8
|
bom 3d模型的 jt数据在web端的展示工具
|
|
9
9
|
|
|
@@ -14,13 +14,13 @@ bom 3d模型的 jt数据在web端的展示工具
|
|
|
14
14
|
install
|
|
15
15
|
|
|
16
16
|
```
|
|
17
|
-
npm i @ithinkdt/jt-
|
|
17
|
+
npm i @ithinkdt/jt-web3 --save-dev
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Import
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
import jt-web from '@ithinkdt/jt-
|
|
23
|
+
import jt-web from '@ithinkdt/jt-web3';
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
## publish
|