From de17515810e850cd4d344da981e0ed25a4c194a7 Mon Sep 17 00:00:00 2001 From: Niki Wix Skaarup Date: Sat, 12 Apr 2025 21:02:13 +0200 Subject: [PATCH] restructured and simplified favicon --- image-plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/image-plugin.ts b/image-plugin.ts index 9f08d92..29a9b9c 100644 --- a/image-plugin.ts +++ b/image-plugin.ts @@ -1,5 +1,4 @@ import { plugin, type BunPlugin } from "bun"; -import { readFileSync } from 'fs'; const imageLoaderPlugin: BunPlugin = { name: "image-loader",