pandemic-it-figures

0.1.1 • Public • Published

pandemic-it-figures

A pandemic wrapper around it-figures for generating multi-panel figures prior to publishing with pandemic

Usage

Install the package

npm i -g pandemic-it-figures

In the front matter of document, specify a list of .json files that contain the panel definitions. See the readme for it-figures for more information:

pandemic:
  figures: "panels.json"

or

pandemic:
  figures:
  - "panels.json"
  - "panels2.json"

In your pandemic recipe, specify this pandemic-mustache in your list of preprocessing hooks:

{
  "prehooks": [
    "pandemic-it-figures"
  ]
}

Changelog

0.1.1

  • Fix binary detection on Windows

0.1.0

  • Initial release

Readme

Keywords

none

Package Sidebar

Install

npm i pandemic-it-figures

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

49.9 kB

Total Files

5

Last publish

Collaborators

  • willhart