mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
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 EncoderState { type: typeof type; options: EncodeOptions; }
|
||||
|
||||
Reference in New Issue
Block a user