<script src="<module-dir>/lib/WebModule.js"></script> <script src="<module-dir>/lib/HexDump.js"></script> <script> HexDump([1,2,3], { title: "Example", begin: 0, end: 3, rule: { values1: { style: "color:red", values: [0xEA, 0xE6, 0xAA, 0xB0] }, values2: { style: "color:blue", values: [0x5E, 0x46, 0x43, 0x2C] }, range1: { style: "color:green", begin: 8, end: 10 }, range2: { style: "background-color