UNPKG

lifehash

Version:

TypeScript/JavaScript implementation of LifeHash, a visual hash algorithm

6 lines (5 loc) 117 B
export declare class Size { width: number; height: number; constructor(width: number, height: number); }