A hexo plugin to display minecraft skin by skinview3d.
使用 skinview3d 展示 minecraft 皮肤 3D 模型
# Install
$ npm install hexo-minecraft-skin-viewer --save |
# Usage
{% mcskin name ATouuuu true true 100 200 %} {% mcskin url https://mineskin.eu/skin/D_Sketon true true %} |
第一个参数代表选择 MINECRAFT 用户名还是皮肤地址
参数范围:name/url(必填)
The 1st parameter represents whether to select MINECRAFT username or skin url
parameter range: name/url (required)
第二个参数代表 MINECRAFT 用户名或皮肤地址(必填)
The 2nd parameter represents MINECRAFT username or skin url (required)
第三个参数代表是否开启自动旋转(选填,默认 true)
The 3rd parameter represents whether to turn on automatic rotation (optional,default true)
第四个参数代表是否开启模型动画(选填,默认 false)
The 4th parameter represents whether to turn on model animation (optional,default false)
第五个参数代表模型宽度(选填,默认 300)
The 5th parameter represents the width of the model (optional,default 300)
第五个参数代表模型高度(选填,默认 400)
The 6th parameter represents the height of the model (optional,default 400)
# Example
{% mcskin name ATouuuu true true 100 200 %} |
{% mcskin url https://mineskin.eu/skin/D_Sketon true true %} |