skaat-deck

Skat card deck

Usage no npm install needed!

<script type="module">
  import skaatDeck from 'https://cdn.skypack.dev/skaat-deck';
</script>

README

skaat-deck

A Skat deck.

Usage

import {
  bySymbol
} from 'skaat-deck';

const svg = bySymbol['♣10'];

document.querySelector('img').src = `data:image/svg+xml;utf8,${svg}`;

Credits

The card deck is based on SVG vector cards, released to the public domain.

License

MIT