Gregor Aisch
Gregor Aisch
Oh, you raised a good point about the non default imports like ```js import {Color} from 'chroma-js'; ``` I didn't realize that we were breaking them. I'll push an update...
can you check if version `[email protected]` fixes this issue for you? I added the individual exports on top of the default export, like this ```js import chroma from './src/chroma.js'; import...
alright, thanks for getting back to me.
I think I got it now. In version `3.0.0-0` the import issue should be resolved. Will do some more testing before releasing 3.0.0 out to the world.
I think this can be closed now, right?
I think both the default export via ```js import chroma from 'chroma-js'; ``` as well as the individual exports via ```js import { scale } from 'chroma-js'; ``` or ```js...
will close this issue for now.
I think converting rgb(-1000, 0, 255) to [0, 0, 255] is the intended behavior, as this is just clipping the components to their valid range. Negative RGB channels can also...
thank both @tibotiber and @regorxxx for raising the issue and the attempted fix. I agree that the outside domain use case is valid, so I'll mark this as bug and...
@Blackman99 the outdated dependencies in sveltepress are starting to become an issue for me. I can't update my site to vite 7 for instance because of errors thrown in sveltepress....