Improvements, GrapQL experiments. Fixed Babel dependencies.

This commit is contained in:
2019-12-15 22:16:55 +01:00
parent 7ba716cd6f
commit 07a6c77ce2
9 changed files with 183 additions and 1898 deletions

View File

@@ -40,6 +40,9 @@ async function createThumbnail(buffer) {
height: config.media.thumbnailSize,
withoutEnlargement: true,
})
.jpeg({
quality: 50,
})
.toBuffer();
}