diff --git a/README.md b/README.md index ce64172d..6d8909a4 100644 --- a/README.md +++ b/README.md @@ -441,7 +441,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and ` ### 🐙 Features -* Create infographics from **36 plugins**, **4 templates** and **211 options** +* Create infographics from **36 plugins**, **4 templates** and **212 options** * Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS * Support **users**, **organizations** and even **repositories** * Transparent by default so it'll blend well whether light or dark mode is used diff --git a/action.yml b/action.yml index f6f670d5..cf361c3c 100644 --- a/action.yml +++ b/action.yml @@ -192,6 +192,12 @@ inputs: description: SVG CSS animations default: yes + # Encode images links into base64 data + # Advised to be true when generating images and false when generating texts or JSON + config_base64: + description: Encode images links into base64 data + default: yes + # Configure padding for output image (percentage value) # It can be used to add padding to generated metrics if rendering is cropped or has too much empty space # Specify one value (for both width and height) or two values (one for width and one for height)