Remove circular dependency

This commit is contained in:
Jake Archibald
2021-05-27 09:13:17 +01:00
parent 397193a5f5
commit 40c81ef782
10 changed files with 164 additions and 163 deletions

View File

@@ -1,4 +1,4 @@
import { drawableToImageData } from 'client/lazy-app/util';
import { drawableToImageData } from '../canvas';
const hasImageDecoder = typeof ImageDecoder !== 'undefined';
export async function isTypeSupported(mimeType: string): Promise<boolean> {