DIYgod mirror
Go to file
gkiwi 1fd103c326 修复aplayer-list listmaxheight判断 语法错误问题
Change-Id: I90d1fab602500bcffdac82cb3b19a9b37e636de8
2017-11-14 19:02:17 +08:00
.github add ISSUE_TEMPLATE 2017-03-08 18:50:13 +08:00
demo better demo page 2017-03-27 11:05:38 +08:00
dist 修复aplayer-list listmaxheight判断 语法错误问题 2017-11-14 19:02:17 +08:00
src 修复aplayer-list listmaxheight判断 语法错误问题 2017-11-14 19:02:17 +08:00
.gitignore chore(gitignore): ignore npm-debug.log 2016-04-25 21:48:45 +08:00
.travis.yml upgrade node version in travis-ci 2017-02-06 12:27:15 +08:00
LICENSE update README and LICENSE 2017-07-23 23:19:25 +08:00
README.md 🐛 Fix Typo #157 2017-10-13 19:46:34 +08:00
package.json update README and LICENSE 2017-07-23 23:19:25 +08:00
postcss.config.js use yarn, upgrade to webpack2 2017-02-06 12:12:25 +08:00
webpack.config.js use yarn, upgrade to webpack2 2017-02-06 12:12:25 +08:00
yarn.lock switch to next song in mobile, close #138 2017-06-08 00:16:56 +08:00

README.md

ADPlayer

APlayer

Wow, such a lovely HTML5 music player

npm npm devDependency Status npm Travis donate

Sponsor

Introduction

image

APlayer is a lovely HTML5 music player to help people build audio easily.

APlayer supports:

  • Media formats
    • MP4 H.264 (AAC or MP3)
    • WAVE PCM
    • Ogg Theora Vorbis
  • Features
    • Playlist
    • Lyrics

Using APlayer on your project? Let me know!

Demo

Docs

Install

$ npm install aplayer --save

Quick Start

<div id="aplayer1"></div>
<script src="dist/APlayer.min.js"></script>
var ap = new APlayer({
    element: document.getElementById('aplayer1'),
    music: {
        title: 'Preparation',
        author: 'Hans Zimmer/Richard Harvey',
        url: 'Preparation.mp3',
    }
});

Usage

Read the Docs

Join the Discussion

Who use APlayer?

CDN

Donate

Author

APlayer © DIYgod, Released under the MIT License.
Authored and maintained by DIYgod with help from contributors (list).

Blog @Anotherhome · GitHub @DIYgod · Twitter @DIYgod · Weibo @DIYgod酱 · Telegram Channel @awesomeDIYgod