https://github.com/confuser/serverless-mc-skin-viewer
Client side retreival and rendering of Minecraft skins
https://github.com/confuser/serverless-mc-skin-viewer
Last synced: 9 months ago
JSON representation
Client side retreival and rendering of Minecraft skins
- Host: GitHub
- URL: https://github.com/confuser/serverless-mc-skin-viewer
- Owner: confuser
- License: isc
- Created: 2013-05-23T11:08:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T11:38:57.000Z (over 11 years ago)
- Last Synced: 2025-09-14T01:24:16.510Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 210 KB
- Stars: 19
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Requires no server side code to run. Uses YQL (Yahoo Query) to download the skin and create the 3D model all in the browser via canvas.
bower
-----
```bower install jquery.serverless-mc-skin-viewer --save```
Demo
----
http://jamesmortemore.com/mcskinviewer/
Usage
-----
```
$(function() {
$(".mc-skin").minecraftSkin({scale: 6, hat: true});
});
.scratch {
display:none;
}
```
Change scale to change the size. Set hat to false if you don't want the hat to display.
Note
----
* As this uses YQL please note their usage policy which can be found [here] [1].
* For IE support, include excanvas.
[1]: http://developer.yahoo.com/yql/guide/usage_info_limits.html "here"