Skip to content

Commit 65e7e6a

Browse files
committed
chore: lint
1 parent 9e522ab commit 65e7e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/server/og-image/satori/renderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import type { JpegOptions } from 'sharp'
33
import type { OgImageRenderEventContext, Renderer, ResolvedFontConfig } from '../../../types'
44
import { fontCache } from '#og-image-cache'
55
import { theme } from '#og-image-virtual/unocss-config.mjs'
6+
// @ts-expect-error untyped
7+
import compatibility from '#og-image/compatibility'
68
import { defu } from 'defu'
79
import { sendError } from 'h3'
810
import { normaliseFontInput, useOgImageRuntimeConfig } from '../../../shared'
911
import { loadFont } from './font'
1012
import { useResvg, useSatori, useSharp } from './instances'
1113
import { createVNodes } from './vnodes'
12-
// @ts-expect-error untyped
13-
import compatibility from '#og-image/compatibility'
1414

1515
const fontPromises: Record<string, Promise<ResolvedFontConfig>> = {}
1616

0 commit comments

Comments
 (0)