npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vuepress-plugin-immersive-music-player

v1.2.4

Published

An immersive and personalized vuepress music plugin | 一个沉浸式个性化的vuepress 音乐插件

Downloads

5

Readme

vuepress-plugin-immersive-music-player

downloads npm-version

🎚 一个沉浸式个性化的vuepress 音乐插件

English | 简体中文

更新日志CHANGELOG

🌟 Version 1.1.X

新特性

  • 支持自定义配置播放歌单
  • 支持自定义配置播放进度条主题
  • 🌟 new! 支持用户界面直接输入歌单ID替换播放歌单,博客访问者可以在浏览博客时输入选择播放的歌单

安装

$ yarn add vuepress-plugin-immersive-music-player
# npm install vuepress-plugin-immersive-music-player --save

注意事项

  • npm run build 构建生成了dist文件夹,插件便生效了,部署到自己服务器即可。

✨ 特性

  • 🍖 个性化播放进度条
  • 👗 全局播放器
  • 🍒 基于网易云接口
  • 🔧 配置简单易上手

🎯 安装

$ yarn add vuepress-plugin-immersive-music-player
# npm install vuepress-plugin-immersive-music-player --save

🚀 Vuepress配置

Add to .vuepress/config.js

module.exports = {
  plugins: [
    //...
    ['vuepress-plugin-immersive-music-player',{
      sliderStyle:{theme: 'isSpitRainbow'},
      playListID: 633015043,
    }]
    //...
  ]
};

sliderStyle

用于配置播放进度条主题,目前共四个主题:isSpitRainbow,isRainbow,isNyancat,isMario;效果图如下:

  • isSpitRainbow: isSpitRainbow

  • isRainbow: isRainbow

  • isNyancat: isNyancat

  • isMario: mario-example

playListID

用于配置播放器播放歌单,输入网易云中你想听的歌单ID即可;歌单ID可以参考HowlerMusic网站-基于网易云接口在线播放器

📚 文档

在线文档:TODO

在线例子:demo

插件配置效果: 在线地址

更新日志

每个版本的CHANGELOG

License

[MIT]