[ci] format
This commit is contained in:
parent
bdd267d089
commit
fe29ce2731
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ const qualityTable: Record<
|
|||
// Squoosh's PNG encoder does not support a quality setting, so we can skip that here
|
||||
};
|
||||
|
||||
async function getRotationForEXIF(inputBuffer: Buffer, src?: string): Promise<Operation | undefined> {
|
||||
async function getRotationForEXIF(
|
||||
inputBuffer: Buffer,
|
||||
src?: string
|
||||
): Promise<Operation | undefined> {
|
||||
const meta = await imageMetadata(inputBuffer, src);
|
||||
if (!meta) return undefined;
|
||||
|
||||
|
|
Loading…
Reference in a new issue