Merge pull request #164 from C4illin/fix/#163/add-jfif-support

This commit is contained in:
Emrik Östling 2024-10-06 00:48:46 +02:00 committed by GitHub
commit 4561ca3760
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import { exec } from "node:child_process";
// declare possible conversions
export const properties = {
from: {
@ -138,4 +139,4 @@ export function convert(
},
);
});
}
}