You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this package need to update _addSlidesToPresentation method to to use package correctly, i extend constuctor method and inheritance like this imageFiles.forEach((i) => { var dimentions = sizeOf(i); pptx.setSlideSize(dimentions.width, dimentions.height); pptx.makeNewSlide().addImage(i,{cx: '100%', cy: '100%'}); })
to use this need "npm install --save image-size"
this code create slide with picture dimentions and add image with 100% filling up
The text was updated successfully, but these errors were encountered:
this package need to update _addSlidesToPresentation method to to use package correctly, i extend constuctor method and inheritance like this
imageFiles.forEach((i) => { var dimentions = sizeOf(i); pptx.setSlideSize(dimentions.width, dimentions.height); pptx.makeNewSlide().addImage(i,{cx: '100%', cy: '100%'}); })
to use this need "npm install --save image-size"
this code create slide with picture dimentions and add image with 100% filling up
The text was updated successfully, but these errors were encountered: