chore: cleanup

This commit is contained in:
userquin 2024-07-05 00:03:11 +02:00
parent 9663faa38d
commit ace1f71503

View file

@ -90,7 +90,6 @@ async function generateTransparentIcons(icons: ResolvedIcons, svgLogo: string, f
const { sizes, padding, resizeOptions } = icons.transparent const { sizes, padding, resizeOptions } = icons.transparent
await Promise.all(sizes.map(async (size) => { await Promise.all(sizes.map(async (size) => {
const filePath = resolve(folder, icons.iconName('transparent', size)) const filePath = resolve(folder, icons.iconName('transparent', size))
console.log(filePath)
await sharp({ await sharp({
create: { create: {
width: size, width: size,