Skip to content

Commit

Permalink
new media
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Mar 18, 2023
1 parent 1fb74c4 commit 20a1b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/modules/enums.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export const IMAGE_PATHS = {
path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/images/sydney_harbour_bridge_night.jpg?op=paramTest&ampersandTest&fileType=.jpg",
},
tokyoSubway: { path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/images/tokyo-subway-route-map.jpg" },
sample_aif: { path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/media/sample.aif" },
sample_avi: { path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/media/sample.avi" },
sample_m4v: { path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/media/sample.m4v" },
sample_mov: { path: "https://raw.githubusercontent.com/gitbrent/PptxGenJS/master/demos/common/media/sample.mov" },
Expand Down
5 changes: 5 additions & 0 deletions demos/modules/media.mjs

Large diffs are not rendered by default.

0 comments on commit 20a1b90

Please sign in to comment.