🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

pptx-parser

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pptx-parser

pure javascript tool to parse pptx file to json in browser

1.1.7-beta.9
latest
npm
Version published
Weekly downloads
1.2K
-30.36%
Maintainers
3
Weekly downloads
 
Created
Source

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

ppt

FAQs

Package last updated on 19 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts