- Dynamically π€ generated covers with cool patterns.
- Updates the recent followers βοΈ avatars (in 1 or 2 days).
- Eight unique π background patterns.
- Supports all πΈοΈ Web Safe Fonts + π€© Google Fonts.
- Highly Customizable π.
Copy-paste this into your markdown content, and that's it. Simple!
Change the username=
value to your GitHub's username.
Change the text=
value to update cover's title.
[](https://github.com/uditkumar01/cool-covers)
To change the font, you can pass a query parameter ?fontFamily=
with the font name.
Example:
&fontFamily=Roboto

Note: The font name must be a valid font name (case sensitive). For Google fonts u can directly copy the name of the font from here: Google Fonts
You can change the font size by passing a query parameter ?textFontSize=
with the font size.
Example:
&textFontSize=4rem

Note: The font size can be any number or string.
To change the font weight, you can pass a query parameter ?textFontWeight=
with the font weight.
Example:
&textFontWeight=400

Note: The font weight can be light/regular/bold/bolder/lighter
or any number.
With the help of the ?bgColor=
query parameter, you can change the background color of the cover.
Use ?bgColor=
with the hex code without # of the color you want to use.
Example:
&bgColor=000000

Using ?textColor=
query parameter, you can change the text color of the cover.
Use ?textColor=
with the hex code without # of the color you want to use.
Example:
&textColor=ffffff

To add a background pattern, you can pass a query parameter ?pattern=
with the pattern name.
Example:
&pattern=p2

If you wish you can π» contribute by creating a new pattern and designs.
Note: Currently, eight patterns are available. p1
to p8
.
Using ?grayscale=
query parameter, you can add a grayscale effect to the cover's background pattern.
β Empty query parameter will remove the grayscale effect.
β Non-empty the query parameter to add the grayscale effect.
Example:
&grayscale=true
// Adds the grayscale effect.
Example:
&grayscale=''
// Removes the grayscale effect.

You can easily change the avatar radius of recent followers by passing a query parameter ?avatarRadius=
with the radius value.
Its value should be a number (can have any unit like px, rem, em, etc).
Example:
&avatarRadius=50

You can customize the word spacing of the cover's title by passing a query parameter ?textWordSpacing=
with the spacing value.
Its value should be a number (can have any unit like px, rem, em, etc).
Example:
&textWordSpacing=25px

You can customize the letter spacing of the cover's title by passing a query parameter ?textLetterSpacing=
with the spacing value.
Its value should be a number (can have any unit like px, rem, em, etc).
Example:
&textLetterSpacing=25px

Made with β£οΈ and JavaScript.