mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 05:40:26 -06:00
image response of blob
This commit is contained in:
@@ -26,6 +26,8 @@ export async function fetchItemImage(
|
||||
width: width ? Math.ceil(width * 2) : QueryConfig.playerArtwork.width,
|
||||
height: height ? Math.ceil(height * 2) : QueryConfig.playerArtwork.height,
|
||||
format: ImageFormat.Jpg,
|
||||
}, {
|
||||
responseType: 'blob'
|
||||
})
|
||||
.then((response) => {
|
||||
console.debug(URL.createObjectURL(response.data));
|
||||
|
||||
Reference in New Issue
Block a user