In-browser client-side helper for hdlss.io integration.
-
Include the package
hdlss-browser-client
in your webapp in your favorite way:npm
npm install hdlss-browser-client
Bower
bower install --save hdlss-browser-client
script tag
<script src="https://unpkg.com/hdlss-browser-client@^0.1"></script>
-
Use it via the single global variable
hdlss
it exports:// when your page has finished loading: hdlss.ready(); // when instead there has been an error and the page will never finish loading: hdlss.error();
-
For instructions on how to finish the integration please see instructions on hdlss.io (work in progress).