ppt-to-json

Convert power point presentations to json

Usage no npm install needed!

<script type="module">
  import pptToJson from 'https://cdn.skypack.dev/ppt-to-json';
</script>

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