UNPKG

lifehash

Version:

TypeScript/JavaScript implementation of LifeHash, a visual hash algorithm

8 lines (7 loc) 192 B
export class Transform { constructor(transpose, reflect_x, reflect_y) { this.transpose = transpose; this.reflect_x = reflect_x; this.reflect_y = reflect_y; } }