Skip to content

Latest commit

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

plugin-audio

An audio plugin for systemjs loader

Installation

jspm install audio

Usage

Async

System.import('./beep.mp3!audio').then(function(beep) {
beep.play();
});

Or Sync

import beep from './beep.mp3!audio';
beep.play();

About

An audio plugin for systemjs loader

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages