Merge branch 'master' into add-tailwind-for-homepage

This commit is contained in:
Pieter Vander Vennet 2021-01-18 01:52:37 +01:00
commit 6864ba4fd6
4 changed files with 8 additions and 9 deletions

View file

@ -127,7 +127,7 @@ function createIcon(iconPath: string, size: number, layout: LayoutConfig) {
/*
// We already read to file, in order to crash here if the file is not found
readFileSync(iconPath);
svg2img(iconPath,
/* svg2img(iconPath,
// @ts-ignore
{width: size, height: size, preserveAspectRatio: true})
.then((buffer) => {