remove old imgs

This commit is contained in:
tree🌴 2024-03-16 19:56:17 +01:00
parent f8b0345198
commit edf5c3a0d8
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@ -57,7 +57,7 @@ for(const event of engine.rendered.events) {
await genImage( await genImage(
destFn, destFn,
`https://beta.web3privacy.info/gen/event?id=${event.id}&image=${design.image}`, `https://web3privacy.info/gen/event?id=${event.id}&img=${design.image}`,
`#img-${format}` `#img-${format}`
); );
} }