Skip to content

Commit

Permalink
border animations
Browse files Browse the repository at this point in the history
  • Loading branch information
arkajyotiadhikary committed Nov 24, 2024
1 parent 4bc92a5 commit 118723a
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 15 deletions.
2 changes: 2 additions & 0 deletions api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export default async (req, res) => {
border_color,
rank_icon,
show,
animation_style,
} = req.query;
res.setHeader("Content-Type", "image/svg+xml");

Expand Down Expand Up @@ -116,6 +117,7 @@ export default async (req, res) => {
disable_animations: parseBoolean(disable_animations),
rank_icon,
show: showStats,
animation_style,
}),
);
} catch (err) {
Expand Down
Loading

0 comments on commit 118723a

Please sign in to comment.