We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0889be0 commit 13bc32dCopy full SHA for 13bc32d
README.md
@@ -16,13 +16,23 @@ npm run example
16
17
# 使用
18
19
-## 直接引用js
+## 1.直接引用js
20
21
-1.引用 three.js
+1.引用 [three.js](/origin/three.js)
22
23
-2.引用 tpanorama.js
+2.引用 [tpanorama.js](/origin/tpanorama.js)
24
25
-参考`page1.html`
+参考`/examples/page1.html`
26
+
27
+参考[/examples/index.js](/examples/page1.html)
28
29
+## 2.npm
30
31
+```
32
+npm install tpanorama
33
34
35
+参考[/examples/index.js](/examples/index.js)
36
37
# 1.全景展示
38
0 commit comments