Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

card-creatr

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

card-creatr

Tools for creating and rendering SVG files, with a focus on decks of cards for custom card games

  • 0.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12
Maintainers
2
Weekly downloads
 
Created
Source

card-creatr

card-creatr is a command-line utility that renders *.ccsb files to SVG or PNG output. A graphical user interface for this tool is Card Creatr Studio.

Node.js CI npm version

Command Line Usage

The npm package provides the binary card-creatr:

$ npm install -g card-creatr
$ card-creatr --help

You should provide an input and an output file. The output file should be either SVG or PNG.

$ card-creatr -i example.ccsb -o example.png

You can also provide the path to the config.hjson file in an unpacked *.ccsb file (expanded as a zip archive).

Library Usage

Node.js library functions are exposed for users who wish to invoke card-creatr programmatically. These internals are not guaranteed to be stable, at least not until card-creatr reaches a major release milestone. For examples of usage, see the source code of Card Creatr Studio.

Keywords

FAQs

Package last updated on 05 Jul 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc