https://github.com/abbotto/teleprint
Print HTML like a boss.
https://github.com/abbotto/teleprint
dom html javascript print stylesheet xhr
Last synced: about 1 year ago
JSON representation
Print HTML like a boss.
- Host: GitHub
- URL: https://github.com/abbotto/teleprint
- Owner: abbotto
- Created: 2016-09-17T23:14:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T03:51:04.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T12:51:16.454Z (about 1 year ago)
- Topics: dom, html, javascript, print, stylesheet, xhr
- Language: CSS
- Homepage:
- Size: 523 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Teleprint
[](https://badge.fury.io/gh/abbotto%2Fteleprint)
[](http://badge.fury.io/js/teleprint)
[](https://travis-ci.org/abbotto/teleprint)
[](https://david-dm.org/abbotto/teleprint.svg)
[](LICENSE.md)

## Overview
- Print HTML from a URL, from the DOM, or from a string.
- Apply the current document's styles and scripts to the printed HTML.
- Apply custom styles and scripts to the printed HTML.
## Build Requirements
Install NPM packages
nvm use && npm i
Build the distribution
npm start
## Documentation
- [https://abbotto.github.io/teleprint/index.html](https://abbotto.github.io/teleprint/index.html)
## Demonstration
- [http://codepen.io/abbotto/pen/JRGzyo](http://codepen.io/abbotto/pen/JRGzyo)