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));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i ppt-to-json

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

281 kB

Total Files

5

Last publish

Collaborators

  • paulgrammer