UNPKG

randomart-js

Version:

Generates a randomart image from a buffer or hexadecimal string

16 lines (15 loc) 509 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> </head> <body> <script src="https://rawgit.com/anomal/RainbowVis-JS/master/rainbowvis.js"></script> <script src="https://rawgit.com/Risto-Stevcev/randomart-js/master/dist/randomart.min.js"></script> <script src="https://fb.me/react-with-addons-15.1.0.js"></script> <script src="https://fb.me/react-dom-15.1.0.js"></script> <div id="randomart"></div> </body> </html>