hexstrbase64

How to install?

Node.js

  1. Download library from here.
  2. Modify index.js
  3. Write header in program (replace ./hexstrbase64 with your path to hexstrbase64 library):
  4. var hexstrbase64 = require("./hexstrbase64/index.js");
  5. Now hexstrbase64 library added to program!

Browser Javascript

  1. Download library from here.
  2. Write this code in <head> element (replace hexstrbase64/ with your path to hexstrbase64 library):
  3. <script src="hexstrbase64/hexstrbase64/base64_browser.js"></script>
    <script src="hexstrbase64/hexstrbase64/main_browser.js"></script>
  4. Now hexstrbase64 library added to HTML!