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

songyu-audio-mobile

v0.1.1

Published

版本:v1.0 日期:2020-5-20 依赖:vue2.x 适用:手机移动端 作者:宋宇 ## 参考图 ![demo](./2020-5-20 19-7-16.png) ## 使用说明 本插件基于vue开发,逻辑部分使用原生js编写。可扩展性强,代码简单。 ### 使用方法 `npm i -S songyu-audio-mobile` ```js // main.js import SyAudioMobile from 'songyu-audio-mobile' Vue.use(SyAudioMobil

Downloads

12

Readme

欢迎使用宋宇vue音频播放器

版本:v1.0 日期:2020-5-20 依赖:vue2.x 适用:手机移动端 作者:宋宇 ## 参考图 ![demo](./2020-5-20 19-7-16.png)

使用说明

本插件基于vue开发,逻辑部分使用原生js编写。可扩展性强,代码简单。

使用方法

npm i -S songyu-audio-mobile

// main.js
import SyAudioMobile from 'songyu-audio-mobile'
Vue.use(SyAudioMobile)

### 配置和实例

// 使用组件
<SongYuAudio :audioList="audioList"/>
// 参数准备
var audioList = [
      {
          title:"好日子",
          auther: "宋祖英",
          headico: require("./assets/tx.jpg"),
          src: require("./assets/mp4/宋祖英-好日子.mp3"),
        },
        {
          title:"忽然之间",
          auther: "王慧玲",
          headico: require("./assets/tx.jpg"),
          src: require("./assets/mp4/忽然之间.mp3"),
        },
        {
          title:"小小鹿+动画《尸兄》角色歌+附花絮",
          auther: "群星",
          headico: require("./assets/tx.jpg"),
          src: require("./assets/mp4/小小鹿+动画《尸兄》角色歌+附花絮.mp3"),
        }    
    ]
  • audioList:数据包合集,必须是数组
    • title:歌曲名称
    • author: 作者
    • headico:旋转封面
    • src:播放的歌曲地址,可以是网络地址,如果加载本地需要require引入
  • boxBg:自定义自己的播放器背景图,默认自带一个紫色的