Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
add more padding
Browse files Browse the repository at this point in the history
  • Loading branch information
LewdHuTao committed Jun 7, 2024
1 parent 92c1746 commit d01fb56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "songcard",
"version": "1.2.1",
"version": "1.2.11",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/themes/dynamicCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ async function dynamicCard({
ctx.fillText(
`Requested by: ${trackRequester}`,
padding + 10,
cardHeight - padding - 20
cardHeight - padding - 30
);

const buffer = canvas.toBuffer("image/png");
Expand Down

0 comments on commit d01fb56

Please sign in to comment.