npm.io
1.1.7-beta.4 • Published 5 years ago

pptx-parser

Licence
ISC
Version
1.1.7-beta.4
Deps
18
Size
439 kB
Vulns
2
Weekly
0

Introduction

a pure in browser library to parse pptx files to json (also provide a vf.js renderer)

Install

npm install pptx-parser

How to use

import parse from 'pptx-parser'

// file is a child element of FileList instance
const pptJson = await parse(file)
console.log(pptJson)

Keywords