ppt-to-json
v1.0.1
Published
Convert power point presentations to json
Downloads
9
Readme
ppt-to-json
const PPTtoJSON = require("ppt-to-json");
PPTtoJSON.readPath("./sample.ppt")
.then((json) => console.log(json))
.catch((error) => console.error(error.message));