1.0.2 • Published 7 years ago

muse-plugin-desktop-lyric v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

muse-plugin-desktop-lyric

Adding desktop lyric for your MUSE player, yet an example of building plugins for MUSE.

Usage

Just import muse-plugin-desktop-lyric.js and muse-plugin-desktop-lyric.css to your page.

<head>
  <link rel="stylesheet" type="text/css" href="muse-plgin-desktop-lyric.css">
</head>
<!-- ...... -->
<script type="text/javascript" src="muse-player.js"></script>
<script type="text/javascript" src="muse-plugin-desktop-lyric.js"></script>

If you are going to build a plugin for MUSE, you can refer to this plugin.