tweak to readme

pull/10/head
Tim Cappalli 2023-08-10 13:10:57 +00:00
parent 836396f653
commit 8e35f7ef63
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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).