"gridy" and "jdenticon" avatar styles are now deprecated #187
FlorianKoerner
announced in
Announcements
Replies: 1 comment 1 reply
-
very sad. Will the API still have these? @FlorianKoerner |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The avatar styles
gridy
andjdenticon
are now deprecated. They are based on the great work of darosh and dmester. I want to keep version 5.0 completely dependency free. At the same time there is no reason to copy the libraries, because you can just use their libraries directly. I want to explain how to switch.gridy
# Install the package with npm npm install gridy-avatars prando
Documentation: https://github.com/darosh/gridy-avatars#usage
jdenticon
# Install the package with npm npm install jdenticon
Documentation: https://jdenticon.com/get-started/typescript.html
Beta Was this translation helpful? Give feedback.
All reactions