mirror of
https://github.com/LukeHagar/sveltekit-og.git
synced 2025-12-08 12:47:44 +00:00
use .js extension when importing toReactElement.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import satori, { type SatoriOptions } from 'satori';
|
import satori, { type SatoriOptions } from 'satori';
|
||||||
import type { SvelteComponent } from 'svelte';
|
import type { SvelteComponent } from 'svelte';
|
||||||
import toReactElement from './toReactElement';
|
import toReactElement from './toReactElement.js';
|
||||||
import { svg2png, initialize, type ConvertOptions } from 'svg2png-wasm';
|
import { svg2png, initialize, type ConvertOptions } from 'svg2png-wasm';
|
||||||
|
|
||||||
let initialized = false;
|
let initialized = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user