Skip to content

Commit

Permalink
Added NPM link, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed Sep 3, 2016
1 parent 4c78288 commit 997cf71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ By including the PptxGenJS framework inside an HTML page, you have the ability t
easily produce PowerPoint presentations with a few simple JavaScript commands.
* Works with all modern desktop browsers (IE11, Edge, Chrome, Firefox, Opera)
* The presentation export is pushed to client browsers as a regular file without any interaction required
* Complete HTML5/JavaScript solution - no other libraries, plug-ins, or settings are required
* Complete, modern JavaScript solution - no client configuration, plug-ins, or other settings needed!

Additionally, this framework includes a unique Table-To-Slides feature that will reproduce
an HTML Table in 1 or more slides with a single command.

Supported write/output formats:
* PowerPoint 2007+, Open Office XML, Apple Keynote (.PPTX)

Now available on NPM/Node:
* [https://www.npmjs.com/package/pptxgenjs](https://www.npmjs.com/package/pptxgenjs)

**************************************************************************************************

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
Expand Down Expand Up @@ -57,7 +60,7 @@ Use JavaScript to Create PowerPoint presentations right from our demo page
[http://gitbrent.github.io/PptxGenJS](http://gitbrent.github.io/PptxGenJS)

# Installation
PptxGenJS requires only three additional libraries to produce and push a file to web browsers.
PptxGenJS requires only three additional JavaScript libraries to function.

```javascript
<script lang="javascript" src="dist/jquery.min.js"></script>
Expand Down

0 comments on commit 997cf71

Please sign in to comment.