-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Feature: webpage now displays <img> of SVG #834
Conversation
Looks awesome :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, everything else looks great! Awesome work, @Thomas-Boi! 😄👍
Co-authored-by: David Leal <halfpacho@gmail.com>
Thank you 😄. It's all inspired by your idea.
I think that's a bit of an overkill. I'll leave a note telling people that they can change the width and height to get what they want though. |
…icons/devicon into thomas/feature/imgTagCreator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀 Thank you for contributing, @Thomas-Boi and @renevds! 😄👍
New feature section
Double check these details before you open a PR
This PR adds/fixes
Adds a section to display the
<img>
of the selected SVG to the website.This offers users an option to link external SVGs rather than using inline/pure SVGs. This will change dynamically depending on the currently selected SVGs.
I've tested the feature and here's what it looks like:
The feature above was inspired by this site which was submitted by @renevds on Discord.
Also redo the icon section and add a hint on how to increase the icon's size:
Notes
Later on, I'll work on a copy button to make things easier for the user. That'll be in a separate PR.