🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

ccg-card-generator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ccg-card-generator

Turn markdown into CCG cards

latest
Source
npmnpm
Version
2.3.4
Version published
Maintainers
1
Created
Source

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!

Keywords

players

FAQs

Package last updated on 25 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts