Fixed a few more linter errors
This commit is contained in:
@ -6,4 +6,4 @@ export async function supportsWebP(): Promise<boolean> {
|
||||
const data = "data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAAAAAAfQ//73v/+BiOh/AAA="
|
||||
const blob = await fetch(data).then(r => r.blob())
|
||||
return createImageBitmap(blob).then(() => true, () => false)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user