Un-official repo for un-browserify-ied source code of Twilio Client Javascript SDK
This project host an unbrowserified version of Twilio
Javascript Client SDK,
that's oficially available only as a standalone browser Javascript
script file.
The purposse of this project is to allow to easily use it on projects following
a Node.js-based workflow (for example webpack
or ReactNative), but also
provide some improvements towards this end and some fix-ups and optimizations,
and maybe also allow to update it to use newer APIs like Promises
or fetch()
.
twilio.js
file has been extracted by using UnifyMe
improved version of unbrowserify,
hosting the unmodified Twilio extracted files at the upstream
branch, hosting the master
branch the improved ones.