New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

muse-plugin-desktop-lyric

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

muse-plugin-desktop-lyric

Desktop lyric plugin for MUSE & an example of building MUSE plugins.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

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.

Keywords

muse

FAQs

Package last updated on 10 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts