You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An API built-in to Vue Material that extracts a color palette and theme from a given image (Palette, Android) would be super useful. Right now the only JS library that does this is Vibrant.js, but it's frankly not very good compared to Android's native implementation of this. I think this framework would greatly benefit from an API like this.
I'm not sure if this technique is mentioned in the Material guidelines, but Google has shown off lots of example designs using it.
The text was updated successfully, but these errors were encountered:
This is a great idea. I started to explore something in this area. Right now, what we have is the ability to pick the correct ratio of bightness/constrast of an image and decide if we need to show a gradient background or not. This is implemented inside cards logic. I will definitely take a look at some implementations about that. I do not plan to use another framework inside Vue Material, to bloat inside the final bundle. But I will take a look at this! :)
An API built-in to Vue Material that extracts a color palette and theme from a given image (Palette, Android) would be super useful. Right now the only JS library that does this is Vibrant.js, but it's frankly not very good compared to Android's native implementation of this. I think this framework would greatly benefit from an API like this.
I'm not sure if this technique is mentioned in the Material guidelines, but Google has shown off lots of example designs using it.
The text was updated successfully, but these errors were encountered: