Skip to content

A tiny javascript library to help printing from the web.

License

Notifications You must be signed in to change notification settings

LukasKlement/Print.js

 
 

Repository files navigation

Print-JS-Updated

Software License Standard - JavaScript Style Guide npm


This is an updated verison of Print.JS in which the firefox printing issues has been fixed.

Installation

To install via npm:

npm i print-js-updated 

To install via yarn:

yarn add print-js-updated

Import the library into your project:

import printJS from 'print-js-updated'

Usage

 <button type="button" onclick="printJS('docs/printjs.pdf')">
    Print PDF
 </button>

For more usage info, kindly visit printjs.crabbly.com

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.8%
  • HTML 18.7%
  • SCSS 5.2%
  • CSS 0.3%