David Aerne

Results 77 issues of David Aerne

http://gramaz.io/d3-cam02/#cam02vsucs Produces more visually accurate gradients than LAB. Would be so nice to see this in chroma.js

It would be very practical, if parse would throw an error if it was not successful in parsing a color. ```js try { const color = culori.parse('something'); console.log({color}); // {{...

Feature

hey awesome tool you built there. You might be interested in: https://github.com/words/color-description i try to describe color in a meaningful way. Using it to generate alt texts for a bot...

I am working on a website that is static but I want to use the router for the blog part. (On the client/browser side) I have a single shared JS...

Would love to get a color name for each picked color, I happen to maintain this list: https://github.com/meodai/color-names But there are plenty of others around: https://github.com/meodai/color-name-lists

in parcel 1.x I have to ```js import { generateRandomColorRamp } from 'fettepalette/dist/index'; ``` to make it work. in vanilla node it works fine: ```js import { generateRandomColorRamp } from...

Nice project. trying to improve a few things on the frontend side. (Mainly css and JS) But I fail to build the project locally. A few instructions on how to...

enhancement

I saw that the official API uses int16 numbers for the colours, but it feels unnatural to me. Would be nice to make abstraction of that at let us use...

I am maintaining quite a few color tools. And using this would be extremely nice (for example: https://farbvelo.elastiq.ch/ ) I am mainly interested in the ASE export but the readme...