hexo-minecraft-skin-viewer
v1.2.0
Published
A hexo plugin to display minecraft skin by skinview3d.
Downloads
22
Readme
简体中文 | English
安装
$ npm install hexo-minecraft-skin-viewer --save
使用
{% mcskin type='name'|'url' username|skinUrl [rotate=true] [animation=false] [width=300] [height=400] [...other args] %}
例如:
{% mcskin name ATouuuu true true 100 200 %}
{% mcskin url https://mineskin.eu/skin/D_Sketon true true %}
type
可选值:name
/ url
代表第二个参数是 Minecraft 用户名还是皮肤地址,必填
username|skinUrl
具体的 Minecraft 用户名或皮肤地址,必填
rotate
是否开启自动旋转,选填,默认为 true
animation
是否开启模型动画,选填,默认为 false
width
模型宽度,选填,默认为 300
height
模型高度,选填,默认为 400
其他参数
其他参数将会附加在插入的 script
标签上。例如,你可以插入 data-pjax
等属性