mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Adressing smaller review comments
This commit is contained in:
@@ -11,6 +11,5 @@ export async function decode(file: File): Promise<ImageBitmap> {
|
||||
}
|
||||
|
||||
export async function isSupported(): Promise<boolean> {
|
||||
// TODO(@surma): Should we do wasm detection here or something?
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user