tweak to readme
parent
836396f653
commit
8e35f7ef63
|
@ -14,7 +14,7 @@ Each AAGUID member has at minimum, a `name` property. This property represents t
|
|||
|
||||
Each AAGUID member can also _optionally_ contain embedded icon data, for use next to the friendly name in RP interfaces.
|
||||
|
||||
The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The icon must be square and have adequate padding around the primary element.
|
||||
The properties are `icon_dark` and `icon_light`. The values of these properties must be SVG data encoded into a base64 data URI. `icon_dark` should be a version targeted at dark mode and/or dark backgrounds. `icon_light` should be a version targeted at light mode and/or light backgrounds. The image must be square and have adequate padding around the icon/element.
|
||||
|
||||
Many web-based tools can do this encoding/formatting, including: [https://base64.guru/converter/encode/image/svg](https://base64.guru/converter/encode/image/svg).
|
||||
|
||||
|
|
Loading…
Reference in New Issue