Socket
Book a DemoInstallSign in
Socket

big-printer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

big-printer

Generate PNG & PDF output from [Big](https://github.com/tmcw/big) presentations.

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

big-printer

Prints notes for Big presentations.

Big is great for on-screen and on-projector presentations. For the small screen, when you want to read speakers notes and skim over long presentations, a different kind of view is optimal. big-printer generates that view: on the left side are slides (as PNG files), and the right are speakers notes if any.

screenshot

Installation

npm install -g big-printer

This is a node.js script that wraps phantomjs. It uses a bundled version of phantomjs, so you don't need to install that separately: you just need node.js, and when you run the command above it'll set up everything.

Usage

big-printer URL OUTPUT

big-printer has two required options

  • The URL of the slide deck. This can be a localhost URL, or remote on a server.
  • A folder name to output slides in. This folder is created and filled with the HTML page and images.

For example,

big-printer http://www.macwright.org/presentations/jsgeo/ jsgeo-notes

Speakers notes

big-printer integrates with big's speakers notes feature: if you add a <notes> element inside of a slide, it'll show those notes in the developer console for the real presentation, and in the right column for the big-printer output.

Examples

FAQs

Package last updated on 12 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts