Board artwork: one component draws the game, the hall's still, and the share card, with gradients on the pieces, plank joins and inlaid corners on the oak, and the stone as it was
npm run art renders the standalone SVGs and the 1200 by 630 card through Sharp, a development dependency only.
This commit is contained in:
+3
-1
@@ -13,7 +13,8 @@
|
||||
"test:watch": "vitest",
|
||||
"server": "tsx watch server/src/index.ts",
|
||||
"server:start": "tsx server/src/index.ts",
|
||||
"check:server": "tsc --noEmit -p server"
|
||||
"check:server": "tsc --noEmit -p server",
|
||||
"art": "node --import tsx docs/render-art.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-static": "^3.0.10",
|
||||
@@ -21,6 +22,7 @@
|
||||
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
||||
"@types/node": "^26.6.2",
|
||||
"@types/ws": "^8.18.1",
|
||||
"sharp": "^0.35.4",
|
||||
"svelte": "^5.56.1",
|
||||
"svelte-check": "^4.6.0",
|
||||
"tsx": "^4.23.15",
|
||||
|
||||
Reference in New Issue
Block a user