hyas icon indicating copy to clipboard operation
hyas copied to clipboard

Unused configuration parameters

Open AminZibayi opened this issue 3 years ago • 1 comments

Description

The configuration parameters bgColor and quality are defined but never used. Is bgColor intended to set site.webmanifest's background_color property?

AminZibayi avatar Sep 18 '22 23:09 AminZibayi

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,

h-enk avatar Sep 20 '22 08:09 h-enk

These parameters are part of Hugo's default imaging processing options — and now also used with @hyas/images

h-enk avatar Jun 19 '23 06:06 h-enk