Multithread AVIF PoC

This commit is contained in:
Ingvar Stepanyan
2020-09-23 12:58:23 +01:00
committed by Ingvar Stepanyan
parent 63ac34a662
commit 685558847f
18 changed files with 527 additions and 226 deletions

View File

@@ -33,6 +33,16 @@ declare module 'url-loader!*' {
export default value;
}
declare module 'file-loader!*' {
const value: string;
export default value;
}
declare module '*.worker.js' {
const value: string;
export default value;
}
declare var VERSION: string;
declare var ga: {