We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to parse color from object: {"model":"rgb","color":[255,255,255],"valpha":1}
Unable to parse color from object: {"model":"rgb","color":[255,255,255],"valpha":1}
What does the config specify:
const bgcolor = color({ r: 255, g: 255, b: 255, alpha: 0 }); //Somewhere in the pipeline //common config parameters { min: true, flatten: true, background: bgcolor }
The above error, is regardless of specifying the alpha channel while defining a color. I am unsure if this is because of sharp though
alpha
sharp
The text was updated successfully, but these errors were encountered:
Oh I figured, I should not be using color, but only specify the color model
color
doing
{ background:{r:255,b:255,g:255,alpha:0} }
doesn't throw an error anymore. However, the alpha just doesn't work.
Sorry, something went wrong.
No branches or pull requests
Error:
Unable to parse color from object: {"model":"rgb","color":[255,255,255],"valpha":1}
What does the config specify:
The above error, is regardless of specifying the
alpha
channel while defining a color.I am unsure if this is because of
sharp
thoughThe text was updated successfully, but these errors were encountered: