UNPKG

lifehash

Version:

TypeScript/JavaScript implementation of LifeHash, a visual hash algorithm

7 lines (6 loc) 119 B
export class Size { constructor(width, height) { this.width = width; this.height = height; } }