-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ English | [简体中文](./README_ZH.md) | |
* use script tag from a [cdn][cdn-url] | ||
|
||
``` | ||
<script src='//cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js'></script> | ||
<script src='//cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js'></script> | ||
``` | ||
|
||
### Documentation | ||
|
@@ -122,4 +122,4 @@ English | [简体中文](./README_ZH.md) | |
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square | ||
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev | ||
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
* 使用 script 标签加载 [cdn][cdn-url] | ||
``` | ||
<script src='//cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js'></script> | ||
<script src='//cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js'></script> | ||
``` | ||
### 文档 | ||
|
@@ -122,4 +122,4 @@ | |
[size-image]:https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square | ||
[ci-url]:https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev | ||
[ci-image]:https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js | ||
[cdn-url]: https://cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9641,7 +9641,7 @@ <h3> </h3> | |
<h3 align="center">A 3D WebGL Rendering Engine</h3> | ||
<hr> | ||
<p><a href="#Installation">Installation</a> • <a href="#Documentation">Documentation</a> • <a href="#Development">Development</a> • <a href="#Showcase">Showcase</a> • <a href="#Examples">Examples</a> • <a href="#Authors">Authors</a> • <a href="#License">License</a></p> | ||
<p><a target="_blank" href="https://www.npmjs.com/package/hilo3d"><img src="https://img.shields.io/npm/v/hilo3d.svg?style=flat-square" alt="npm"></a> <a target="_blank" href="https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev"><img src="https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square" alt="ci"></a> <a target="_blank" href="https://cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js"><img src="https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square" alt="size"></a> <a target="_blank" href="https://gitter.im/hiloteam/Hilo3d?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="gitter.im"></a></p> | ||
<p><a target="_blank" href="https://www.npmjs.com/package/hilo3d"><img src="https://img.shields.io/npm/v/hilo3d.svg?style=flat-square" alt="npm"></a> <a target="_blank" href="https://github.com/hiloteam/Hilo3d/actions?query=workflow%3A%22npm+test%22+branch%3Adev"><img src="https://img.shields.io/github/workflow/status/hiloteam/Hilo3d/npm%20test?style=flat-square" alt="ci"></a> <a target="_blank" href="https://cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js"><img src="https://img.badgesize.io/hiloteam/hilo3d/master/build/Hilo3d.js.svg?compression=gzip&style=flat-square" alt="size"></a> <a target="_blank" href="https://gitter.im/hiloteam/Hilo3d?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://img.shields.io/badge/GITTER-join%20chat-green.svg?style=flat-square" alt="gitter.im"></a></p> | ||
<h3>Features</h3> | ||
<ul> | ||
<li>Compatible for multiple mobile and desktop browsers.</li> | ||
|
@@ -9657,8 +9657,8 @@ <h3 id="Installation">Installation</h3> | |
</code></pre> | ||
</li> | ||
<li> | ||
<p>use script tag from a <a target="_blank" href="https://cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js">cdn</a></p> | ||
<pre class="prettyprint source"><code><script src='//cdn.jsdelivr.net/npm/[email protected]-alpha.1/build/Hilo3d.js'></script> | ||
<p>use script tag from a <a target="_blank" href="https://cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js">cdn</a></p> | ||
<pre class="prettyprint source"><code><script src='//cdn.jsdelivr.net/npm/[email protected]/build/Hilo3d.js'></script> | ||
</code></pre> | ||
</li> | ||
</ul> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters