/twilio-sounds

Packaged version of twilio's audio assets

Primary LanguageJavaScript

twilio-sounds

twilio-sounds allows browser projects using the twilio.js client to package all necessary sound files instead of pulling them from the internet. This is especially helpful for chrome extensions which have strict content security policies.

NPM Version

Install

npm i -S twilio-sounds

or

yarn add twilio-sounds

Usage

import twilioSounds from 'twilio-sounds';
let twilioOptions = {sounds: twilioSounds};

License

MIT