forked from external-repos/squoosh
Merge pull request #92 from GoogleChromeLabs/fix-workers
Rename encoding worker so it actually runs in a worker
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import EncoderWorker from './EncoderWorker';
|
import EncoderWorker from './Encoder.worker';
|
||||||
|
|
||||||
export interface EncodeOptions { quality: number; }
|
export interface EncodeOptions { quality: number; }
|
||||||
export interface EncoderState { type: typeof type; options: EncodeOptions; }
|
export interface EncoderState { type: typeof type; options: EncodeOptions; }
|
||||||
|
|||||||
Reference in New Issue
Block a user