BC-LifeHash-CLI TypeScript Library - v1.0.0-alpha.20
    Preparing search index...

    Function run

    • Main execution function that generates a LifeHash image.

      Port of run() from lifehash.cpp lines 188-192.

      Parameters

      • input: string

        Input string to hash (or empty for random)

      • options: CliOptions

        CLI options

      Returns void

      run("Hello", { version: "version2", module: "1", path: "." });
      // Generates Hello.png in current directory