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
Create "Instagram Stories"-like background gradients for images
API
exportinterfaceIDimensions{height: string;width: string;}exportinterfaceIBackgroundGradientProps{src: string;options?: {// If no dimensions are set, the image will take up it's parent container dimensions?: IDimensions;// Defaults to fitting the image in whichever direction will fit within the bounding box without being cut off,// if no bounding box is specified, it will fit to the longer side of the image.// If a fit is selected, will fit the image and add gradients in the opposite direction if applicable.fit?: "vertical"|"horizontal";// Alt text for the imagealt?: string;// How accurate colorthief is at creating the gradients. 1 - 10 (1 being highest quality)quality?: number;};}