mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-18 00:51:47 +03:00
chore: cleanup
This commit is contained in:
parent
9663faa38d
commit
ace1f71503
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ async function generateTransparentIcons(icons: ResolvedIcons, svgLogo: string, f
|
|||
const { sizes, padding, resizeOptions } = icons.transparent
|
||||
await Promise.all(sizes.map(async (size) => {
|
||||
const filePath = resolve(folder, icons.iconName('transparent', size))
|
||||
console.log(filePath)
|
||||
await sharp({
|
||||
create: {
|
||||
width: size,
|
||||
|
|
Loading…
Reference in a new issue