Skip to content

HarvestProfit/harvest-profit-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published