@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);

Readme

Keywords

none

Package Sidebar

Install

npm i @inventivetalent/imghash

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

114 kB

Total Files

18

Last publish

Collaborators

  • inventivetalent