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
The Readme mentions rgbToHex but the code does not export that function in the util.ts. Any idea how that can be used?
rgbToHex
If getPallete or getSwatches can return hex directly along with population count, that would be great.
getPallete
getSwatches
The text was updated successfully, but these errors were encountered:
It's on the swatch object. For example, with getPallete, you might call
const vibrantData = await Vibrant.from(filePath) .quality(1) .getPalette(); const vibrantHex = vibrantData.Vibrant.getHex()
Sorry, something went wrong.
No branches or pull requests
The Readme mentions
rgbToHex
but the code does not export that function in the util.ts. Any idea how that can be used?If
getPallete
orgetSwatches
can return hex directly along with population count, that would be great.The text was updated successfully, but these errors were encountered: