mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Simplify image support detection for SW
Instead of using extra files + a plugin to inline images, report image support from the main thread before caching assets.
This commit is contained in:
5
missing-types.d.ts
vendored
5
missing-types.d.ts
vendored
@@ -32,11 +32,6 @@ declare module 'css:*' {
|
||||
export default source;
|
||||
}
|
||||
|
||||
declare module 'data-url:*' {
|
||||
const url: string;
|
||||
export default url;
|
||||
}
|
||||
|
||||
declare var ga: {
|
||||
(...args: any[]): void;
|
||||
q: any[];
|
||||
|
||||
Reference in New Issue
Block a user