hexstrbase64
How to install?
Node.js
- Download library from here.
- Modify index.js
- Write header in program (replace ./hexstrbase64 with your path to hexstrbase64 library):
var hexstrbase64 = require("./hexstrbase64/index.js");
- Now hexstrbase64 library added to program!
Browser Javascript
- Download library from here.
- Write this code in <head> element (replace hexstrbase64/ with your path to hexstrbase64 library):
<script src="hexstrbase64/hexstrbase64/base64_browser.js"></script>
<script src="hexstrbase64/hexstrbase64/main_browser.js"></script>
- Now hexstrbase64 library added to HTML!