shareon
shareon copied to clipboard
📯 Lightweight, stylish, and ethical share buttons for popular social networks
The current icon creation process is a bit too complicated: - take icon from simpleicons.org - if the icon not present there, use icon from elsewhere (usually the owner) -...
Currently, all logos are being used without proper copyright notices. Thanks to @andybalaam for indirectly pointing it out in #23
To ease the contribution process contribution guidelines should be written, which explain all important processes; most importantly — addition of new icons.
shareon can be customizable — users can change icons' text colour, size, shape, etc. Users can also use shareon's style backend to create custom icons (see #6 as an example...
Closes #61
This is a big PR meant to implement lots of issues outlined for v3 - (breaking) using esbuild instead of Vite - everything is faster and not as boilerplate-y -...
This PR remakes the whole CSS used in the package. - old `position: absolute` hacks get replaced with Flexbox - instead of `background-image`, icons use `mask-image`. This allows us to...
Hi! I'm trying to understand the differences with [Likely](https://github.com/NikolayRys/Likely) and I created the following comparison table. Is there anything I have forgotten or anything I filled wrong? Would it make...
In some cases there are cases in which the location.href is not meant to be the shareable url.
Instead of manually generating and pushing the documentation to the `pages` branch, let's put the docs sources in the repo, use Vite to build them and upload them to the...