hexo-midijs
v1.2.0
Published
A hexo plugin to play midi files by MIDIjs.
Downloads
9
Readme
About midijs http://www.midijs.net/
Since midijs cannot play multiple MIDI files at the same time, hexo-midijs may not be stable enough.
Install
$ npm install hexo-midijs --save
Usage
{% midijs url [width=85%] [...other args] %}
{% endmidijs %}
e.g.
{% midijs './Smoking Dragon.mid' '400px' %}
{% endmidijs %}
url
The url of the MIDI file (required)
width
The width of the player (optional,default 85%)
other args
Other arguments will be attached to the inserted script
tag. For example, you can insert attributes such as data-pjax