Update repository links, close #23
This commit is contained in:
parent
cdc06d297c
commit
c3215cbab1
|
|
@ -1,9 +1,9 @@
|
||||||
skinview3d
|
skinview3d
|
||||||
========
|
========
|
||||||
|
|
||||||
[](https://travis-ci.org/to2mbn/skinview3d)
|
[](https://travis-ci.org/bs-community/skinview3d)
|
||||||
[](https://www.npmjs.com/package/skinview3d)
|
[](https://www.npmjs.com/package/skinview3d)
|
||||||
[](https://github.com/to2mbn/skinview3d/blob/master/LICENSE)
|
[](https://github.com/bs-community/skinview3d/blob/master/LICENSE)
|
||||||
[](https://gitter.im/skinview3d/Lobby)
|
[](https://gitter.im/skinview3d/Lobby)
|
||||||
|
|
||||||
Three.js powered Minecraft skin viewer.
|
Three.js powered Minecraft skin viewer.
|
||||||
|
|
@ -15,7 +15,7 @@ Three.js powered Minecraft skin viewer.
|
||||||
* Slim arms
|
* Slim arms
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
[Examples of using the viewer](https://to2mbn.github.io/skinview3d/)
|
[Examples of using the viewer](https://bs-community.github.io/skinview3d/)
|
||||||
```html
|
```html
|
||||||
<div id="skin_container"></div>
|
<div id="skin_container"></div>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/to2mbn/skinview3d.git"
|
"url": "git+https://github.com/bs-community/skinview3d.git"
|
||||||
},
|
},
|
||||||
"author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
|
"author": "Haowei Wen <yushijinhun@gmail.com> (https://github.com/yushijinhun)",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
@ -26,9 +26,9 @@
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/to2mbn/skinview3d/issues"
|
"url": "https://github.com/bs-community/skinview3d/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/to2mbn/skinview3d",
|
"homepage": "https://github.com/bs-community/skinview3d",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"three": "^0.92.0"
|
"three": "^0.92.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue