tarotap
Version:
Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript
330 lines • 6.49 kB
JavaScript
;
/**
* Complete Tarot Deck - 78 Cards
* Major Arcana (22 cards) + Minor Arcana (56 cards)
*
* For more tarot resources visit: https://tarotap.com/en
* @author Tarotap Team <https://tarotap.com/en>
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.tarotCards = void 0;
exports.tarotCards = [
// Major Arcana (22 cards)
{
"id": "the-fool",
"name": "The Fool"
},
{
"id": "the-magician",
"name": "The Magician"
},
{
"id": "the-high-priestess",
"name": "The High Priestess"
},
{
"id": "the-empress",
"name": "The Empress"
},
{
"id": "the-emperor",
"name": "The Emperor"
},
{
"id": "the-hierophant",
"name": "The Hierophant"
},
{
"id": "the-lovers",
"name": "The Lovers"
},
{
"id": "the-chariot",
"name": "The Chariot"
},
{
"id": "strength",
"name": "Strength"
},
{
"id": "the-hermit",
"name": "The Hermit"
},
{
"id": "wheel-of-fortune",
"name": "Wheel of Fortune"
},
{
"id": "justice",
"name": "Justice"
},
{
"id": "the-hanged-man",
"name": "The Hanged Man"
},
{
"id": "death",
"name": "Death"
},
{
"id": "temperance",
"name": "Temperance"
},
{
"id": "the-devil",
"name": "The Devil"
},
{
"id": "the-tower",
"name": "The Tower"
},
{
"id": "the-star",
"name": "The Star"
},
{
"id": "the-moon",
"name": "The Moon"
},
{
"id": "the-sun",
"name": "The Sun"
},
{
"id": "judgement",
"name": "Judgement"
},
{
"id": "the-world",
"name": "The World"
},
// Minor Arcana - Wands (14 cards)
{
"id": "ace-of-wands",
"name": "Ace of Wands"
},
{
"id": "two-of-wands",
"name": "Two of Wands"
},
{
"id": "three-of-wands",
"name": "Three of Wands"
},
{
"id": "four-of-wands",
"name": "Four of Wands"
},
{
"id": "five-of-wands",
"name": "Five of Wands"
},
{
"id": "six-of-wands",
"name": "Six of Wands"
},
{
"id": "seven-of-wands",
"name": "Seven of Wands"
},
{
"id": "eight-of-wands",
"name": "Eight of Wands"
},
{
"id": "nine-of-wands",
"name": "Nine of Wands"
},
{
"id": "ten-of-wands",
"name": "Ten of Wands"
},
{
"id": "page-of-wands",
"name": "Page of Wands"
},
{
"id": "knight-of-wands",
"name": "Knight of Wands"
},
{
"id": "queen-of-wands",
"name": "Queen of Wands"
},
{
"id": "king-of-wands",
"name": "King of Wands"
},
// Minor Arcana - Cups (14 cards)
{
"id": "ace-of-cups",
"name": "Ace of Cups"
},
{
"id": "two-of-cups",
"name": "Two of Cups"
},
{
"id": "three-of-cups",
"name": "Three of Cups"
},
{
"id": "four-of-cups",
"name": "Four of Cups"
},
{
"id": "five-of-cups",
"name": "Five of Cups"
},
{
"id": "six-of-cups",
"name": "Six of Cups"
},
{
"id": "seven-of-cups",
"name": "Seven of Cups"
},
{
"id": "eight-of-cups",
"name": "Eight of Cups"
},
{
"id": "nine-of-cups",
"name": "Nine of Cups"
},
{
"id": "ten-of-cups",
"name": "Ten of Cups"
},
{
"id": "page-of-cups",
"name": "Page of Cups"
},
{
"id": "knight-of-cups",
"name": "Knight of Cups"
},
{
"id": "queen-of-cups",
"name": "Queen of Cups"
},
{
"id": "king-of-cups",
"name": "King of Cups"
},
// Minor Arcana - Swords (14 cards)
{
"id": "ace-of-swords",
"name": "Ace of Swords"
},
{
"id": "two-of-swords",
"name": "Two of Swords"
},
{
"id": "three-of-swords",
"name": "Three of Swords"
},
{
"id": "four-of-swords",
"name": "Four of Swords"
},
{
"id": "five-of-swords",
"name": "Five of Swords"
},
{
"id": "six-of-swords",
"name": "Six of Swords"
},
{
"id": "seven-of-swords",
"name": "Seven of Swords"
},
{
"id": "eight-of-swords",
"name": "Eight of Swords"
},
{
"id": "nine-of-swords",
"name": "Nine of Swords"
},
{
"id": "ten-of-swords",
"name": "Ten of Swords"
},
{
"id": "page-of-swords",
"name": "Page of Swords"
},
{
"id": "knight-of-swords",
"name": "Knight of Swords"
},
{
"id": "queen-of-swords",
"name": "Queen of Swords"
},
{
"id": "king-of-swords",
"name": "King of Swords"
},
// Minor Arcana - Pentacles (14 cards)
{
"id": "ace-of-pentacles",
"name": "Ace of Pentacles"
},
{
"id": "two-of-pentacles",
"name": "Two of Pentacles"
},
{
"id": "three-of-pentacles",
"name": "Three of Pentacles"
},
{
"id": "four-of-pentacles",
"name": "Four of Pentacles"
},
{
"id": "five-of-pentacles",
"name": "Five of Pentacles"
},
{
"id": "six-of-pentacles",
"name": "Six of Pentacles"
},
{
"id": "seven-of-pentacles",
"name": "Seven of Pentacles"
},
{
"id": "eight-of-pentacles",
"name": "Eight of Pentacles"
},
{
"id": "nine-of-pentacles",
"name": "Nine of Pentacles"
},
{
"id": "ten-of-pentacles",
"name": "Ten of Pentacles"
},
{
"id": "page-of-pentacles",
"name": "Page of Pentacles"
},
{
"id": "knight-of-pentacles",
"name": "Knight of Pentacles"
},
{
"id": "queen-of-pentacles",
"name": "Queen of Pentacles"
},
{
"id": "king-of-pentacles",
"name": "King of Pentacles"
}
];
//# sourceMappingURL=cards.js.map