Skip to content

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

License

Notifications You must be signed in to change notification settings

kirainmoe/muse-plugin-desktop-lyric

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published