color.js
color.js copied to clipboard
Color constructor should handle argument as immutable
Hey there!
I was surprised to figure out that a call to new Color({ ... })
modifies my provided object by adding the space
to it.
I guess this is a 🪲
Best Benny