From 12e21f17b4b6aa4669d63df0e99df6360d0dcab4 Mon Sep 17 00:00:00 2001 From: Tancredi Trugenberger Date: Sun, 31 Mar 2024 14:17:39 +0200 Subject: [PATCH] Add support note in the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 96735c16..028dc9b3 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,10 @@ And the generated icon IDs would be: You can provide a `getIconId` function via the configuration file to customize how the icon IDs / CSS selectors are derived from the filepath. The function will receive relative paths to the icon and the input directory as arguments, and must return a unique string to be used as the ID. +### Support + +The library is currently actively maintained for for Node 16.x.x support or above + ### Contribute PRs are always welcome. If you need help questions, want to bounce ideas or just say hi, [join the Discord channel](https://discord.gg/BXAY3Kc3mp).