We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aec657 commit b03e322Copy full SHA for b03e322
src/index.ts
@@ -74,7 +74,7 @@ async function main() {
74
const imageSharp = sharp(imageBuffer)
75
const metadata = await imageSharp.metadata()
76
77
- console.info(`Image metadata:`, metadata)
+ console.debug(`Image metadata:`, metadata)
78
79
if (!metadata.format) {
80
throw new Error('Unsupported image format')
0 commit comments