Skip to content

hdlss/hdlss-browser-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hdlss-browser-client

In-browser client-side helper for hdlss.io integration.

Usage

  1. 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>
  2. 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();
  3. For instructions on how to finish the integration please see instructions on hdlss.io (work in progress).

About

In-browser client-side helper for hdlss.io integration.

Resources

License

Stars

Watchers

Forks

Packages

No packages published