hexo-midijs

A hexo plugin to play midi files by MIDIjs.

MIT License

Downloads
89
Stars
3
Committers
1

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

Example

Demo