Skip to content

Commit

Permalink
v.1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meshesha authored Apr 28, 2018
1 parent f6e10c6 commit 279cefc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PPTXjs
### Demo: https://meshesha.github.io/pptxjs/

# Version:
### 1.9.3
### 1.10.0
# environment
### browsers:
- IE > 10
Expand Down Expand Up @@ -96,6 +96,7 @@ PPTXjs
slideMode: false,
keyBoardShortCut: false,
mediaProcess: true, /** true,false: if true then process video and audio files */
jsZipV2: "./js/jszip.min.js", /*flase or 'path/to/jsZip.V2.js' */
slideModeConfig: { //on slide mode (slideMode: true)
first: 1,
nav: false, /** true,false : show or not nav buttons*/
Expand All @@ -117,6 +118,10 @@ PPTXjs
</script>
```
# Changelog
* V.1.10.0
* added the ability to load jsZip v.2 in case jsZip v.3 is loaded for another use.
* (note: using this method will reload the page)
* and fixed some errors issue.
* V.1.9.3
* support Equations and formulas as Image
* Added an ability to scale Slides in percent
Expand Down

0 comments on commit 279cefc

Please sign in to comment.