Skip to content

Commit

Permalink
update node-html-to-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Nov 8, 2024
1 parent ef3c46c commit ee0f459
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 150 deletions.
2 changes: 1 addition & 1 deletion app/services/webapp/api/game-server-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default (webApp: WebApp): void => {
html,
transparent: true,
selector: "main",
}).catch()) as Buffer;
})) as Buffer;

res.set({
"content-type": "image/png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"graphql-request": "^5.0.0",
"irc-upd": "^0.11.0",
"jsonwebtoken": "^9.0.0",
"node-html-to-image": "^3.2.4",
"node-html-to-image": "^5.0.0",
"node-schedule": "^2.1.1",
"node-ssh": "^13.0.0",
"node-wav": "^0.0.2",
Expand Down
Loading

0 comments on commit ee0f459

Please sign in to comment.