fix: no more magick!

This commit is contained in:
not-nullptr 2024-11-12 19:25:21 +00:00
parent 7bcee50650
commit d010fa8ec7
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import { MagickConverter } from "./magick.svelte";
import { VipsConverter } from "./vips.svelte";
export const converters = [new VipsConverter(), new MagickConverter()];
export const converters = [new VipsConverter()];