ppt-to-json

1.0.1 • Public • Published

ppt-to-json

const PPTtoJSON = require("ppt-to-json");

PPTtoJSON.readPath("./sample.ppt")
  .then((json) => console.log(json))
  .catch((error) => console.error(error.message));

Readme

Keywords

Package Sidebar

Install

npm i ppt-to-json

Weekly Downloads

5

Version

1.0.1

License

ISC

Unpacked Size

281 kB

Total Files

5

Last publish

Collaborators

  • paulgrammer