Auto-regenerate files
This commit is contained in:
7
action.yml
generated
7
action.yml
generated
@@ -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
|
||||
|
||||
|
||||
1
settings.example.json
generated
1
settings.example.json
generated
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user