Auto-regenerate files
This commit is contained in:
7
action.yml
generated
7
action.yml
generated
@@ -624,11 +624,16 @@ inputs:
|
|||||||
default: 60
|
default: 60
|
||||||
|
|
||||||
# Image quality
|
# Image quality
|
||||||
# Note that it significantly increases output filesize (up to a few Mb) which can cause render/loading issues
|
|
||||||
plugin_skyline_quality:
|
plugin_skyline_quality:
|
||||||
description: Image quality
|
description: Image quality
|
||||||
default: 0.5
|
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
|
# ⏱️ Website performances
|
||||||
|
|
||||||
|
|||||||
1
settings.example.json
generated
1
settings.example.json
generated
@@ -10,6 +10,7 @@
|
|||||||
"port": 3000, "//": "Listening port",
|
"port": 3000, "//": "Listening port",
|
||||||
"optimize": true, "//": "SVG optimization",
|
"optimize": true, "//": "SVG optimization",
|
||||||
"debug": false, "//": "Debug logs",
|
"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)",
|
"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",
|
"repositories": 100, "//": "Number of repositories to use",
|
||||||
"padding": ["6%", "13%"], "//": "Image padding (default)",
|
"padding": ["6%", "13%"], "//": "Image padding (default)",
|
||||||
|
|||||||
Reference in New Issue
Block a user