-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathinit.html
More file actions
1 lines (1 loc) · 2.31 KB
/
init.html
File metadata and controls
1 lines (1 loc) · 2.31 KB
1
<!doctype html><html><head><title>Initialization - Hyper SDK</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/highlight.min.js"></script><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/javascript.min.js"></script><script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/languages/htmlbars.min.js"></script><script defer="defer" src="js/init.js"></script><link href="https://cdn.jsdelivr.net/npm/bulma@0.9.1/css/bulma.min.css" rel="stylesheet"><link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.6.0/styles/vs.min.css" rel="stylesheet" integrity="sha512-aWjgJTbdG4imzxTxistV5TVNffcYGtIQQm2NBNahV6LmX14Xq9WwZTL1wPjaSglUuVzYgwrq+0EuI4+vKvQHHw==" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet"><link href="css/index.css?v=1617731824792" rel="stylesheet"></head><body><section class="hero is-bold is-dark"><div class="hero-body"><h1 class="title">Initialization</h1><h2 class="subtitle">For Hyper SDK to work, we need to load the main JavaScript bundle and then call <i>mstrHyper.start</i>.</h2></div></section><section class="section is-fullwidth"><h2 class="title is-3">Library Server</h2><div class="field has-addons mt-4"><div class="control"><a class="button is-info">Set Server URL</a></div><div class="control is-expanded"><input class="input" id="t-server-url" type="url" placeholder="Enter Library Server Base URI"/></div></div></section><section class="section is-fullwidth"><h2 class="title is-3">Load the Hyper SDK main JavaScript bundle</h2><figure class="highlight"><div class="buttons has-addons mb-0"><button class="button is-small copy mb-0">Copy</button> <a class="button is-small mb-0" href="preview.html">Preview</a></div><pre><code class="html load-main-js"></code></pre></figure></section><section class="section is-fullwidth"><h2 class="title is-3">Call <code>mstrHyper.start</code></h2><figure class="highlight"><div class="buttons has-addons mb-0"><button class="button is-small copy mb-0">Copy</button> <a class="button is-small mb-0" href="preview.html">Preview</a></div><pre><code class="html hyper-start"></code></pre></figure></section></body></html>