Main execution function that generates a LifeHash image.
Port of run() from lifehash.cpp lines 188-192.
run()
Input string to hash (or empty for random)
CLI options
run("Hello", { version: "version2", module: "1", path: "." });// Generates Hello.png in current directory Copy
run("Hello", { version: "version2", module: "1", path: "." });// Generates Hello.png in current directory
Main execution function that generates a LifeHash image.
Port of
run()from lifehash.cpp lines 188-192.