2.3.4 • Published 7 months ago

ccg-card-generator v2.3.4

Weekly downloads
13
License
ISC
Repository
github
Last release
7 months ago

ccg-card-generator

npm version GitHub version

Quickly generate pages of trading cards. Useful for rapid prototyping.


Usage

For a working example, take a look at ccg-card-generator-sample-project

  const { ccg-card-generator, } = require("ccg-card-generator");
  
  const target = "./rulebook.md";
  
  const destination = "./rulebook.pdf";

  const options = {
    "debug": true,
    "style": "./node_modules/ccg-card-generator/lib/styles/prototype.css",
    "printOptions": {
      displayHeaderFooter: false,
    },
  };

  ccg-card-generator( target, destination, options);

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are welcome!

2.3.0

7 months ago

2.0.3

7 months ago

2.2.0

7 months ago

2.1.1

7 months ago

2.0.2

7 months ago

2.3.2

7 months ago

2.0.5

7 months ago

2.0.4

7 months ago

2.3.4

7 months ago

2.3.3

7 months ago

2.0.6

7 months ago

2.1.0

7 months ago

2.0.1

7 months ago

2.0.0

7 months ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago

0.2.0

6 years ago