From af843843f879dac60d53f2f14cbfa1c8b16cf1f5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 22:56:55 +0000 Subject: [PATCH] Auto-regenerate files --- action.yml | 7 ++++++- settings.example.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 785d6d64..7a6c4c20 100644 --- a/action.yml +++ b/action.yml @@ -624,11 +624,16 @@ inputs: default: 60 # Image quality - # Note that it significantly increases output filesize (up to a few Mb) which can cause render/loading issues plugin_skyline_quality: description: Image quality default: 0.5 + # This uses CSS animations instead of GIF to support a wider range of browser like FireFox and Safari + # Using this mode significantly increase file size as each frame is encoded separately + plugin_skyline_compatibility: + description: Compatibility mode + default: no + # ==================================================================================== # ⏱️ Website performances diff --git a/settings.example.json b/settings.example.json index 883b4cd1..8ade80d3 100644 --- a/settings.example.json +++ b/settings.example.json @@ -10,6 +10,7 @@ "port": 3000, "//": "Listening port", "optimize": true, "//": "SVG optimization", "debug": false, "//": "Debug logs", + "debug.headless": false, "//": "Debug puppeteer process", "mocked": false, "//": "Use mocked data instead of live APIs (use 'force' to use mocked token even if real token are defined)", "repositories": 100, "//": "Number of repositories to use", "padding": ["6%", "13%"], "//": "Image padding (default)",