fix: no config needed anymore

This commit is contained in:
theoleuthardt 2025-02-22 14:30:02 +01:00
parent e368155cdb
commit 9cc7fe61d8

View file

@ -1,5 +1,5 @@
import { FastifyInstance, FastifyReply, FastifyRequest } from "fastify"; import { FastifyInstance, FastifyReply, FastifyRequest } from "fastify";
import { Config, removeBackground } from "@imgly/background-removal-node"; import { removeBackground } from "@imgly/background-removal-node";
import sharp from "sharp"; import sharp from "sharp";
export async function removeBG(app: FastifyInstance) { export async function removeBG(app: FastifyInstance) {