apemanplay

Play command wrapper

Usage no npm install needed!

<script type="module">
  import apemanplay from 'https://cdn.skypack.dev/apemanplay';
</script>

README

apemanplay

Build Status Code Climate Code Coverage npm Version JS Standard

Play command wrapper

Installation

$ npm install apemanplay --save

Usage

'use strict'

const apemanplay = require('apemanplay')

apemanplay('sample.wav')
  .then(() => { /* ... */ })


License

This software is released under the MIT License.

Links