mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
fix: no config needed anymore
This commit is contained in:
parent
e368155cdb
commit
9cc7fe61d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue