Question
SDK for Embed API available?
Currently we run a script tag as per the documentation :
<script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>
The problem with this,is that while the domain may be backed by a super fast CDN, on occasion (1 in every 5 or 6 requests our users need to wait about 6-7 seconds for intial connection then download the script)
<script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script>


Is there a sdk I could install with npm so the package is stored locally/same domain?
