mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
This commit is contained in:
parent
78dce83962
commit
db08d79314
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ async function createQuoteImage(avatarUrl: string, quoteOld: string, grayScale:
|
|||
ctx.fillRect(0, 0, canvas.width, canvas.height);
|
||||
|
||||
const avatarBlob = await fetchImageAsBlob(avatarUrl);
|
||||
const fadeBlob = await fetchImageAsBlob("https://github.com/Equicord/Equibored/raw/main/icons/quoter/quoter.png");
|
||||
const fadeBlob = await fetchImageAsBlob("https://raw.githubusercontent.com/Equicord/Equibored/refs/heads/main/icons/quoter/quoter.png");
|
||||
|
||||
const avatar = new Image();
|
||||
const fade = new Image();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue