Skip to content

Commit

Permalink
Merge pull request GoogleChromeLabs#92 from GoogleChromeLabs/fix-workers
Browse files Browse the repository at this point in the history
Rename encoding worker so it actually runs in a worker
  • Loading branch information
surma authored Jul 4, 2018
2 parents ba73636 + cc791a3 commit 417a849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/codecs/mozjpeg/encoder.ts
Original file line number Diff line number Diff line change
@@ -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; }
Expand Down

0 comments on commit 417a849

Please sign in to comment.