From 190d543b990301280b983989d910d9c6b2755918 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:02:56 +0700 Subject: [PATCH] docs(readme): Added description of format and disabled_animations options (#50) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b2fc5f..a5ba89b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ You can customize the appearance of all your cards however you wish with URL par - `locale` - Sets the language in the card, you can check full list of available locales [here](#available-locales). Default: `en`. - `border_width` - Sets the border's width manually (_number_). Default: `1`. - `border_radius` - Corner rounding on the card. Default: `4.5`. +- `format` - Output format card option (`svg`, `png`, and `json`). Default: `svg`. +- `disabled_animations` - Disables all animations in the card (_boolean_). Default: `false`. #### Use the transparent theme We have included a `transparent` theme that has a transparent background. This theme is optimized to look good on GitHub's dark and light default themes. You can enable this theme using the `&theme=transparent` parameter like so: