Skip to content

Commit 6e7d279

Browse files
build(examples): update target res for heatmap PNG
1 parent e1f96d6 commit 6e7d279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/commit-heatmap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"type": "module",
1010
"scripts": {
1111
"build": "bun build --target node --outfile=index.js src/index.ts && node index.js",
12-
"build:png": "yarn build && rsvg-convert -w 2560 -a -o heatmap.png heatmap.svg"
12+
"build:png": "yarn build && rsvg-convert -w 8192 -a -o heatmap.png heatmap.svg"
1313
},
1414
"dependencies": {
1515
"@thi.ng/api": "workspace:^",

0 commit comments

Comments
 (0)