You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Showing playing cards that are scalable in a browser is possible with cardJS. See the [web site](http://richardschneider.github.io/cardsJS) for some examples and the [wiki](https://github.com/richardschneider/cardsJS/wiki) for documentation.
6
7
7
8
I'm using the [Vectorized Playing Cards 1.3](http://code.google.com/p/vectorized-playing-cards/) designed by Chris Aguilar, see the [readme file](cards/readme.txt) for the details. The original SVGs are changed to *not* render in an A4 page, but to fit to size.
8
9
10
+
The [change log](https://github.com/richardschneider/cardsJS/releases) is automatically produced with
11
+
the help of [semantic-release](https://github.com/semantic-release/semantic-release).
12
+
9
13
## Cards
10
14
11
15
Use the `<img class='card' src='cards/id.svg'>` HTML tag; where *id* is the identifier of the card. The *id* is composed of the rank and then the suit of the card,
0 commit comments