PptxGenJS icon indicating copy to clipboard operation
PptxGenJS copied to clipboard

[Enhancement] Bullet list images

Open alasdairmackenzie opened this issue 4 years ago • 0 comments

Category

  • [X] Enhancement

Version

Please specify what version of the library you are using: [ 3.4 ] Please specify what version(s) of PowerPoint you are targeting: [ N/A ]

Desired Behavior

It would be great if the bullet point method allowed for an image so custom bullet points can be displayed

slide.addText({ 
  text: "I have a bullet", 
  options: { 
      bullet: { 
        code: "25BA",
        image_path : "image_path.jpg"
     } 
  }
});

Happy to create a PR (although might need some guidance) if you think this is worth adding.

alasdairmackenzie avatar Feb 09 '21 15:02 alasdairmackenzie