A JSON dataset for the 36 Lenormand cards, including public-domain card images.
lenormand.json: basic card datalenormand-images.json: basic card data with image pathscards/: 36 card images
const data = require("./lenormand-images.json");
console.log(data.cards[0]);Example output:
{
"name": "Rider",
"number": "1",
"playing_card": "9 of Hearts",
"suit": "Hearts",
"img": "cards/01-Rider.png"
}The card images are from Wikimedia Commons: Das Spiel der Hofnung (The Game of Hope).
The original work was created by Johann Kaspar Hechtel in 1799. Wikimedia Commons marks the image as public domain.
The JSON data and documentation in this repository are available under the MIT License.
The original card artwork is public domain.
