mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 19:49:04 +00:00
@@ -28,11 +28,7 @@ async function rotate(
|
||||
'../rotate/processor',
|
||||
);
|
||||
|
||||
performance.mark('rotate-start');
|
||||
const r = rotate(data, opts);
|
||||
performance.mark('rotate-end');
|
||||
performance.measure('rotate', 'rotate-start', 'rotate-end');
|
||||
return r;
|
||||
return rotate(data, opts);
|
||||
}
|
||||
|
||||
async function optiPngEncode(
|
||||
|
||||
Reference in New Issue
Block a user