Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abbotto/teleprint
Print HTML like a boss.
https://github.com/abbotto/teleprint
dom html javascript print stylesheet xhr
Last synced: about 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-14T03:51:04.000Z (over 5 years ago)
- Last Synced: 2024-04-25T18:04:29.674Z (8 months ago)
- Topics: dom, html, javascript, print, stylesheet, xhr
- Language: CSS
- Homepage:
- Size: 523 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Teleprint
[![GitHub version](https://badge.fury.io/gh/abbotto%2Fteleprint.svg)](https://badge.fury.io/gh/abbotto%2Fteleprint)
[![NPM version](https://badge.fury.io/js/teleprint.svg)](http://badge.fury.io/js/teleprint)
[![Build Status](https://travis-ci.org/abbotto/teleprint.svg?branch=master)](https://travis-ci.org/abbotto/teleprint)
[![David](https://img.shields.io/david/expressjs/express.svg)](https://david-dm.org/abbotto/teleprint.svg)
[![license](https://img.shields.io/github/license/mashape/apistatus.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)