You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance README for Group Details plugin with detailed instructions on regenerating images.js. Added clarification on the build script functionality and emphasized the importance of committing both PNG assets and the generated images.js file after changes.
Copy file name to clipboardExpand all lines: plugins/GroupDetails/README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,18 +71,32 @@ The plugin picks a PNG badge using a 2% tolerance (`>= 98%` of target resolution
71
71
72
72
## Assets And Build
73
73
74
-
Badges are authored as PNG files in `assets/` and embedded into `images.js` as base64 data URIs.
74
+
Badges are authored as PNG files in `assets/` and embedded into `images.js` as base64 data URIs. The image.js provides base64 data back to the plugin and users can ultimately swap a logo on their plugin for further customiation if desired.
75
+
`images.js` is generated output and should not be hand-edited.
0 commit comments