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
I would like to propose adding a couple new modifiers for opacity and brightness (and probably background too as a side-effect of adding the first to avoid limiting the output to PNG).
Right now I'm using CSS to achieve the desired output (via tailwind's opacity-75 brightness-125) but that messes with the color for ::selection which is something that triggers my OCD lol
I know I could modify the displayed image on any image editor but I thought this could be something useful to add to ipx so others can benefit of the changes.
Not sure how viable is this. Lmk if I can help in any way 👍
Additional information
Would you be willing to help implement this feature?
The text was updated successfully, but these errors were encountered:
Describe the feature
I would like to propose adding a couple new modifiers for
opacity
andbrightness
(and probablybackground
too as a side-effect of adding the first to avoid limiting the output to PNG).Right now I'm using CSS to achieve the desired output (via tailwind's
opacity-75 brightness-125
) but that messes with the color for::selection
which is something that triggers my OCD lolI know I could modify the displayed image on any image editor but I thought this could be something useful to add to
ipx
so others can benefit of the changes.Not sure how viable is this. Lmk if I can help in any way 👍
Additional information
The text was updated successfully, but these errors were encountered: