Socket
Socket
Sign inDemoInstall

revealjs-capture

Package Overview
Dependencies
100
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    revealjs-capture

Capture Reveal.js slides as images


Version published
Maintainers
1
Created

Readme

Source

Reveal.js Slides Image Capture

The purpose of this is to make it easy to capture each slide from a reveal.js presentation as an image in an automated way. These images can then be used in any presenatation write-up.

Install

You can install globally using:

npm install -g revealjs-capture

This adds the revealjs-capture executable to your PATH.

Capture

You can then capture an image for each slide in your reveal.js presentation using:

revealjs-capture -s <slides_url>

Example:

revealjs-capture -s http://leggetter.github.io/talks/realtime-tech-stack

Release History

0.0.3

  • Added -o, --output flag to allow the output location of the rendered slide captutes to be configured

0.0.2

  • Hide navigation elements on slides
  • Refactor to be more OO

Todo

  • Add resource load detection for each slide and only capture image when all resources are loaded
  • Make it possible to capture only certain slide indices e.g. revealjs-capture <url> --indices [ [5,5], [10.1] ] (or something similar)

Keywords

FAQs

Last updated on 16 Nov 2013

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc