UNPKG

@privjs/gradients

Version:

Javascript utility to generate beautiful gradient backgrounds. Built by the team behind [privjs.com](https://privjs.com)

4 lines (3 loc) 105 B
type GenGradient = (string: string) => string; export declare const genGradient: GenGradient; export {};