-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="author" content="https://github.com/gitbrent"> | ||
<meta name="website" content="https://github.com/gitbrent/PptxGenJS/"> | ||
<meta name="version" content="3.9.0"> | ||
<meta name="updated" content="2021-12-12"> | ||
<meta name="version" content="3.10.0-beta"> | ||
<meta name="updated" content="2022-01-30"> | ||
<link rel="icon" href="images/favicon-32x32.png" sizes="32x32" type="image/png"> | ||
<link rel="icon" href="images/favicon-16x16.png" sizes="16x16" type="image/png"> | ||
<link rel="icon" href="images/favicon.png"> | ||
|
@@ -27,9 +27,9 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" | ||
crossorigin="anonymous"></script> | ||
|
||
<!-- RELEASE (CDN) | ||
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/dist/pptxgen.bundle.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/gitbrent/pptxgenjs@latest/demos/modules/demos.mjs" type="module"></script> | ||
<!-- RELEASE (CDN) | ||
--> | ||
<!-- | ||
TODO: [only used during `-beta` dev cycles; update to below on release] | ||
|
@@ -42,9 +42,9 @@ | |
<script src="../modules/demos.mjs" type="module"></script> | ||
--> | ||
<!-- LOCAL TESTING: bundle | ||
--> | ||
<script src="./js/pptxgen.bundle.js"></script> | ||
<script src="../modules/demos.mjs" type="module"></script> | ||
--> | ||
|
||
<script type="module"> | ||
import { buildDataTable, doAppStart, execGenSlidesFunc, runAllDemos, table2slides1, table2slides2, table2slidesDemoForTab } from './js/browser.js'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters