Google slides API provide the wrong width and Height measurement value in Nodejs

I am creating a tool that converts Google Slides presentations into FabricJS elements using the Google Slides API. For reference, Click here. Now, we are getting all the element's sizes object widths, and heights the same value instead o

Continue reading →