Skip to content

Prints a specific area/element of your html page

Notifications You must be signed in to change notification settings

trinly01/ink-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ]

About

Prints a specific area/element of your html page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published