color-blind icon indicating copy to clipboard operation
color-blind copied to clipboard

Inquiry regarding re-exposure of color-blind

Open EDM115 opened this issue 1 year ago • 0 comments

Hello 👋

I'm currently working on a color palette generator package, and it uses color-blind
I am considering re-exposing the blinder object as part of my package's public API. This would involve importing color-blind and exporting it directly to users of my package, alongside my own functions, like this :

import blinder from 'color-blind'

// functions...

export {
    blinder,
    // functions...
}

Before proceeding with this approach, I wanted to reach out and ensure that this use case aligns with your licensing terms and your vision for color-blind's application in external projects. My goal is to respect your work and comply with any guidelines you may have for using color-blind in this manner.
Also, do I need to add your license alongside mine (my project will be released under the MIT License) ?

Thanks in advance

EDM115 avatar Feb 11 '24 11:02 EDM115