From 40ece069f96869b4220459951d730bb8b471659e Mon Sep 17 00:00:00 2001 From: KaibutsuSama Date: Sun, 5 Feb 2023 23:55:12 -0500 Subject: [PATCH] Update README.md Add FAQ to README.md, including some questions that are not addressed in Issues and are common in use. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 43afc7005e4..835139c63b8 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,25 @@ For more information on inaccuracies, see issue statistics images. 10. Star this repo if you like it! +# FAQ + +1. Display more languages + +In `templates/languages.svg` +```svg + +``` +Modify the parameters of width and height. This is related to the size of your image. + +In `generate_images` line77 +```svg +viewBox="0 0 16 16" version="1.1" width="16" height="16">