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
If I run getColors on my json, I can see it returns arrays of 4, assuming the 4th is the alpha layer. replaceColor however, only accepts an array of 3
The text was updated successfully, but these errors were encountered:
I had same issue as this library didn't work out of the box for my lottie files, I had to change source code a bit to support it.
Here is the PR for supporting alpha channel: #51
Sorry, something went wrong.
No branches or pull requests
If I run getColors on my json, I can see it returns arrays of 4, assuming the 4th is the alpha layer.
replaceColor however, only accepts an array of 3
The text was updated successfully, but these errors were encountered: