feat: upgrade fresh

This commit is contained in:
2025-01-05 14:59:05 +01:00
parent d0e7af971e
commit 1937ef55bb
8 changed files with 40 additions and 22 deletions

View File

@ -4,7 +4,7 @@ import {
initialize,
MagickFormat,
MagickGeometry,
} from "https://deno.land/x/imagemagick_deno@0.0.25/mod.ts";
} from "https://deno.land/x/imagemagick_deno@0.0.31/mod.ts";
import { parseMediaType } from "https://deno.land/std@0.224.0/media_types/parse_media_type.ts";
import * as cache from "@lib/cache/image.ts";