npm run art renders the standalone SVGs and the 1200 by 630 card through Sharp, a development dependency only.
14 lines
656 B
HTML
14 lines
656 B
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Hnefatafl share card</title>
|
||
<style>html,body{margin:0;background:#14181a}img{display:block;width:1200px;height:630px;max-width:100%;object-fit:contain;object-position:top left}</style>
|
||
</head>
|
||
<body>
|
||
<!-- Generated from BoardArtwork.svelte by npm run art; also produces static/og.png. -->
|
||
<img src="og-card.svg" width="1200" height="630" alt="Hnefatafl. The Viking board game. Play a housecarl or a friend, Copenhagen or Linnaeus’s Tablut. Free, no accounts. tafl.kestrelsnest.social">
|
||
</body>
|
||
</html>
|