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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,5 +74,6 @@ The module retrieves all svg files from the assets/icons folder, overwrites the
74
74
- Automatic svg file optimization
75
75
- Automatic icon scaling that have non-square dimensions to maintain their proportions (maybe with preserveAspectRatio)
76
76
- <del>Usable for previous nuxt versions</del> (just use [something like this](https://github.com/gitFoxCode/TaleGalaxy/blob/main/client/src/components/SvgIcon.vue))
77
+
- If a lot of the same icons are used on the page create a separate svg sprite (significant improvement in performance)
77
78
78
79
Abig thank you to [@Diizzayy](https://github.com/Diizzayy) for his invaluable help in developing the project
0 commit comments