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
Hi, I am using PixiJs and it uses the '0xFFFFFF' notation. Do colord have this output format? I will .replace('#', '0x') for now, but a built-in way would be interesting.
The text was updated successfully, but these errors were encountered:
I peeked around because of discordjs/discord.js#9756, which saw some demand for a color library, and base10 is just the best format since it's what Discord natively uses and it's what the library can process the fastest.
Hi, I am using PixiJs and it uses the '0xFFFFFF' notation. Do colord have this output format? I will .replace('#', '0x') for now, but a built-in way would be interesting.
The text was updated successfully, but these errors were encountered: