From 3e9f05e183d7fbdd2a42619848fbf764fac2092d Mon Sep 17 00:00:00 2001 From: Rudi van Hierden Date: Mon, 8 Sep 2025 16:44:12 +0200 Subject: [PATCH] chore(readme): archive notice --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a79635d..0df70de 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> [!WARNING] +> This project has been migrated to a new **monorepo** and is no longer maintained here. +> Please visit the new repository: [openstad/openstad-headless](https://github.com/openstad/openstad-headless) +> +> More information: [openstad.org](https://openstad.org/) # An Express Image Server with Node.js: for uploading and resizing images A simple express server that allows images to be uploaded with Multer and resizes the based on url scheme, resizing is done with the [node-steam](https://github.com/asilvas/node-image-steam#throttle-options) library.