No matter how I try referencing PPTXCompose in an express app it keeps returning "PPTXCompose is not a function". Any ideas on what I am doing wrong?
const PPTXCompose = require('pptx-compose')
const composer = PPTXCompose()
const pptx = composer.toJSON('/path/to/file.pptx')
No matter how I try referencing PPTXCompose in an express app it keeps returning "PPTXCompose is not a function". Any ideas on what I am doing wrong?
const PPTXCompose = require('pptx-compose')
const composer = PPTXCompose()
const pptx = composer.toJSON('/path/to/file.pptx')