1.0.5 • Published 3 years ago

print-js-with-headers-footers v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago