To add this, simply run:
npm install harvest-profit-pdf
Or
yarn add harvest-profit-pdf
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.
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
This project is MIT licensed