Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)