hyas
hyas copied to clipboard
Unused configuration parameters
Description
The configuration parameters bgColor and quality are defined but never used.
Is bgColor intended to set site.webmanifest's background_color property?
I'm in the process of restructuring Hyas (technically I'm practically there, now updating documentation) — see also https://github.com/h-enk/hyas/pull/329
You're right — these settings are not used by the new @hyas/images module, they're temporarily left in place for backward compatibility. So, I will strip them out eventually,
These parameters are part of Hugo's default imaging processing options — and now also used with @hyas/images