Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
luohao committed Jan 24, 2021
2 parents 4f93f20 + 2a00d3f commit ce8aa8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ppt2pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const {
getVbsPath,
existPath,
getPPTVersion,
getNotes,
isOSValid
} = require('./lib.js');
class PPT2video {
Expand Down Expand Up @@ -393,6 +394,7 @@ class PPT2video {
// statics
PPT2video.transitions = transitions;
PPT2video.getPPTVersion = getPPTVersion;
PPT2video.getNotes = getNotes;

module.exports = {
PPT2video
Expand Down

0 comments on commit ce8aa8c

Please sign in to comment.