Using the new OKLCH colors to remove dependencies
jul 21, 2024 🔗 Using new Oklch colors to remove dependencies Whenever a new web-development feature is released and gradually makes its way into the most used browsers, it can bring excitement to developers. Not only because of the new possibilities it brings to our craft but also because it can help offload some of the work that had previously required dependencies, to the browser itself. When I first built this blog, I used two libraries, hsluv/hsluv and gka/chroma.js to generate and interpolate colors. T
评论
?
参与讨论