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
From the docs for Tint it says:
Tint
https://github.com/JonasKruckenberg/imagetools/blob/main/docs/directives.md#tint
import Image from 'example.jpg?tint=#ffaa22' import Image from 'example.jpg?tint=rgba(10,33,127)'
However, for either variation, that results in:
Error: Unable to parse color from string: ##ffaa22
I noticed this works however:
import Image from 'example.jpg?tint=ffaa22'
Not sure what would make rgba work though. Seems like a bug or the docs need to be updated.
rgba
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From the docs for
Tint
it says:https://github.com/JonasKruckenberg/imagetools/blob/main/docs/directives.md#tint
However, for either variation, that results in:
Error: Unable to parse color from string: ##ffaa22
I noticed this works however:
Not sure what would make
rgba
work though. Seems like a bug or the docs need to be updated.The text was updated successfully, but these errors were encountered: