0.0.2 • Published 2 years ago

pptx2json-ts v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

PPTX2JSON-TS

Fork from pptx2json, using TypeScript

Installation

https://www.npmjs.com/package/pptx2json-ts

npm i pptx2json-ts

Usage

import { parse } from 'pptx2json-ts'
import fs from 'fs'

const filename = 'test.pptx'
const buffer = fs.readFileSync(filename).buffer
const result = await parse(buffer)
console.log(result)

License

GPL-3.0