New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-reveal-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-reveal-js

Include reveal.js presentations in Ember apps.

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ember-reveal-js

This Ember addon provides an easy way to include reveal.js presentations in Ember apps.

Themes

  • Ember theme courtesy of https://github.com/hbrysiewicz - http://hbrysiewicz.github.io/2014-10-10-ember-reveal-theme.html

Controlling Presentation Display with Query Parameters

ParamAbbreviationUsageExplanation
widthww=1600Presentation width. Use together with height to define slide aspect ratio. Useful for printing to PDF.
heighthh=900Presentation height. Use together with width to define slide aspect ratio. Useful for printing to PDF.
controlscc=falseVisibility of arrow navigation controls. Defaults to visible. Specify false to hide them.
indexhhh=17Horizontal index of current slide.
indexvvv=3Vertical index of current slide.
print-pdfprint-pdfprint-pdf=true

Printing to PDF

Add print-pdf=true to the querystring to invoke the reveal.js print stylesheets. Favor Chrome. Remove margins. Choose a paper aspect ratio that matches your presentation aspect ratio.

Disclaimer

Works with simple layouts... not so much with more complicated layouts. There are issues with reveal.js itself.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

Keywords

FAQs

Package last updated on 30 Mar 2016

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc