http://jjtseng93.github.io/jsonSlides/powerpoint.html
- Simply replace the gbobj.slides with an array that contains your slides
- [
{title:"1st slide title"},
{title:"2nd slide title",content:"Second slide content"},
{title:"3rd slide title",content_list:`item1
item2 is a button <button onclick="event.stopPropagation();alert('hello');">Hi</button>
item3`},
]