-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Customizer/Make your own corner #5
Comments
Awesome stuff! Definitely something worth considering. I'd started to do this, but kind of ended up just wanting to get the basic idea out before I got more complex. Will wait for this to chill out for a week or two first, and then dig this back up again. Appreciate it! |
I came to the same idea, but preferred not to |
@elrumordelaluz I hate to break it to ya buddy, but that's still JavaScript. It's just a lot more complex way of doing the same thing I am. You're just using a site that's doing all the heavy lifting, but at the end of the day, you're doing the same thing I am, you're just forcing them to type in colors rather than use a color picker. @tholman I should have mentioned I used SVGO-GUI to reduce the size of the SVG by about 25% in my version so the user gets minimal characters in their snippet. |
Lets not fight, both are super awesome! The SVGO thing is super neat too (wow, svg is such a mystery to me sometimes). Again, will dig this up in a week or two... I do have some early designs when I was doing this as well. Will get there! |
sorry @TheJaredWilcurt, maybe I explained wrong, I do know that Jade it is javascript, just intended to say "take advantage of the awesome Codepen, to make me a "customizer" instead of a little app that update de DOM". Just for my own use I made it, used it to regenerate the markup for a commit. Only this. It's an awesome idea to have a "customizer" in site. |
💯 For the customizer :) Good stuff |
I make a prototype for this ~ |
@Rplus The cat is transparent.. which is nice.. but there is no animation :/ |
@lipis, There is a demo for transparent cat with SMIL animation made by other people, |
TBH I don't mind skipping the animation.. It's nice, but we could skip it.. |
I update this, and add new controller for Hope this helps! |
@Rplus 💯 I think bottom left/right is not really needed.. other than that it's pretty cool..! |
👍 |
@lipis actually I came to this issue hoping for a bottom corner! |
@TheJaredWilcurt I did something similar here: https://nntin.github.io/discord-logo/ |
Late to the party, but I've made a React component and published it to NPM. I've also setup a GitHub page to let people customise their component, to help them get started and familiar with what it can do. There's even a pride mode! 🌈 |
This is a rough sketch, but functional:
You could implement some dynamic stuff so that the user could select the options to generate the code.
You could still have all the color combos present as like clickable buttons for presets that would auto-set the code to match them.
The text was updated successfully, but these errors were encountered: