/harvest-profit-pdf

📄 Generates PDFs for Harvest Profit

Primary LanguageJavaScriptMIT LicenseMIT

Harvest Profit

NPM Version Build Status Coverage Status MIT License

Installation

To add this, simply run:

npm install harvest-profit-pdf

Or

yarn add harvest-profit-pdf

Usage

Like most Harvest Profit NPM packages, you can just include the pieces you need, and let your webpack tree shaking ignore unused code paths. For a complete example, please refer to the demo directory.

Publish

You will need to bump the version number in the package.json file, then:

# Build the latest production build
yarn run build

# Publish the production build to NPM
yarn publish

License

This project is MIT licensed