pasoor

1.1.0 • Public • Published

Pasoor

Pasoor provides a simple API for game cards. The code is based on node-cards.

Installation

npm install pasoor

Usage

You can create an empty deck:

import { Deck } from 'pasoor';
const deck = new Deck();

Or with a preset:

import { Deck, presets } from 'pasoor';
const deck = new Deck(presets.shelem);

Readme

Keywords

Package Sidebar

Install

npm i pasoor

Weekly Downloads

3

Version

1.1.0

License

MIT

Last publish

Collaborators

  • kenan
  • mohebifar