Skip to content

listylister/Print.js-with-headers-footers

 
 

Repository files navigation

Print.js

Software License Standard - JavaScript Style Guide npm

A tiny javascript library to help printing from the web.

Installation

You can download the latest version of Print.js from the GitHub releases or use the Print.js CDN available on the documentation page.

To install via npm:

npm install print-js-with-headers-footers --save

Import the library into your project:

import printJS from 'print-js-with-headers-footers'
Setting up a dev environment
npm install
npm run watch
Tests

The library is written following the Javascript Standard code style. When running tests, we will also test for any style issues or warnings.

Automated tests are written using the Jasmine framework and Karma runner.

To run the automated tests:

npm run test

To manually test the library features:

npm start

This will serve test\manual\test.html and open http://localhost:8080/test/manual in your default browser.

License

Print.js is available under the MIT license.

About

A tiny javascript library to help printing from the web.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.2%
  • HTML 21.4%
  • SCSS 5.1%
  • CSS 0.3%