mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 01:07:18 +00:00
Switch to Butteraugli and simpel CLI
This commit is contained in:
7
cli/image_data.js
Normal file
7
cli/image_data.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = class ImageData {
|
||||
constructor(data, width, height) {
|
||||
this.data = data;
|
||||
this.width = width;
|
||||
this.height = height;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user