color-blind
color-blind copied to clipboard
Inquiry regarding re-exposure of color-blind
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