@inventivetalent/imghash
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

imghash

npm install --save @inventivetalent/imghash

import { imageHash } from "@inventivetalent/imghash";
import { readFileSync } from "fs";

const data = readFileSync("test.png");
const hash = await imageHash(data, { algorithm: "sha256" });
console.log(hash);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @inventivetalent/imghash

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

114 kB

Total Files

18

Last publish

Collaborators

  • inventivetalent