@contentpilot/page-tools

Set of page tools for users to print, email, share, etc.

Usage no npm install needed!

<script type="module">
  import contentpilotPageTools from 'https://cdn.skypack.dev/@contentpilot/page-tools';
</script>

README

Content Pilot Page Tools

Set of page tools for users to print, email, share, etc.

Installation

npm install @contentpilot/page-tools --save-dev

Require JS file in task runner

./node_modules/@contentpilot/page-tools/index.js

Bind to content area

$('.page-tools').cpPageTools();

Publish to NPM

To update this repository on NPM using the GitHub action,

  1. Bump the version number in package.json
  2. Commit with message pattern of Release x.x.x
  3. Push to master branch to origin