Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lenormand JSON

A JSON dataset for the 36 Lenormand cards, including public-domain card images.

The cards

  • lenormand.json: basic card data
  • lenormand-images.json: basic card data with image paths
  • cards/: 36 card images

Quick Start

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"
}

Source

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.

License

The JSON data and documentation in this repository are available under the MIT License.

The original card artwork is public domain.

About

lenormand dataset in json, and cards

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors