From 62cdb5c4e227d7ed0e0947428cd69b5037beafc1 Mon Sep 17 00:00:00 2001 From: Niki Wix Skaarup Date: Sat, 12 Apr 2025 21:01:49 +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",