forked from svrjs/svrjs
31 lines
No EOL
1.3 KiB
HTML
31 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HexStrBase64 Readme</title>
|
|
<link rel="stylesheet" href="readme.css">
|
|
</head>
|
|
<body>
|
|
<h1>hexstrbase64</h1>
|
|
<h2>How to install?</h2>
|
|
<h3>Node.js</h3>
|
|
<ol>
|
|
<li>Download library from <a href="https://repl.it/@DorianNiemiec/Hex-String-Base64-NodeJS-Library.zip" download>here</a>.</li>
|
|
<li>Modify index.js</li>
|
|
<li>Write header in program (replace <b>./hexstrbase64</b> with your path to hexstrbase64 library):</li>
|
|
<div class="code">
|
|
var hexstrbase64 = require("<b>./hexstrbase64</b>/index.js");<br/>
|
|
</div>
|
|
<li>Now hexstrbase64 library added to program!</li>
|
|
</ol>
|
|
<h3>Browser Javascript</h3>
|
|
<ol>
|
|
<li>Download library from <a href="https://repl.it/@DorianNiemiec/Hex-String-Base64-NodeJS-Library.zip" download>here</a>.</li>
|
|
<li>Write this code in <head> element (replace <b>hexstrbase64/</b> with your path to hexstrbase64 library):</li>
|
|
<div class="code">
|
|
<script src="<b>hexstrbase64/</b>hexstrbase64/base64_browser.js"></script><br/>
|
|
<script src="<b>hexstrbase64/</b>hexstrbase64/main_browser.js"></script>
|
|
</div>
|
|
<li>Now hexstrbase64 library added to HTML!</li>
|
|
</ol>
|
|
</body>
|
|
</html> |