mirror of
https://github.com/elk-zone/elk.git
synced 2024-12-18 09:01:46 +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
|
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,
|
||||||
|
|
Loading…
Reference in a new issue