Version: 3.3.1 from CDN
Hello. I'm trying to create a presentation only with images. When I open it in linux, it's ok, but in windows and macOs the presentation needs to be repaired. all images are added by they base64 url, like this:
slide.addImage({ path: item.toDataURL(), x: xPosition + padding, y: (defaultSize[1] - ppHeight) / 2, w: ppWidth, h: ppHeight });
the broken image is always one of two images in a single page.
