• Generates a keccak256 hash of the image at the given URL.

    Parameters

    • url: string

      The URL of the image to hash.

    Returns Promise<string>

    A promise that resolves with the keccak256 hash of the image.

    Throws

    If no URL was passed.

Generated using TypeDoc