Skip to content

ReferenceError: strXmlBullet is not defined  #587

Closed
@Saurabh-Chandil

Description

Hi Brent,

I have just make npm install pptxgenjs and put following code in ts file :
import * as pptGen from 'pptxgenjs';

const pptx = new pptGen();
const slide = pptx.addNewSlide();
slide.addText('Image Path!', { x: 1.5, y: 1.5, font_size: 18, color: '363636' });
pptx.save('Sample Presentation');

I tried to solve this strXmlBullet error in every possible way but couldn't resolve that and every time this same error is coming.
strXmlBullet

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions