ink-html

1.0.4 • Public • Published

Welcome to ink-html!


Prints a specific area/element of your html page for any frontend framework

  • Form Input Values
  • CSS @media print
  • Popup Options

Installation

npm install ink-html

or

yarn add ink-html

CDN

  <script src="https://unpkg.com/ink-html/dist/index.js"></script> 

Usage

import print from 'ink-html'
// const print = inkHtml // for CDN
 
// js
print(window.querySelector('#printable'))
// Vue.js
print(this.$refs.printable.$el)

Join and support our Community
Web and Mobile Developers PH
[ Facebook Page | Group ]

Join and support our Community
Web and Mobile Developers PH
[ Facebook Page | Group ]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    146
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    146
  • 1.0.2
    1
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i ink-html

Weekly Downloads

92

Version

1.0.4

License

ISC

Unpacked Size

4.92 kB

Total Files

4

Last publish

Collaborators

  • trinly01