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
i want to replace all *cross with actual value coming from REST API, can we do this?
from documentation i could see to add new element
await pres.getSlide('slide1').addImage(image => {
image
.file(./images/pizza.jpg)
.x(500)
.y(100)
.cx(166)
.cy(100);
});
The text was updated successfully, but these errors were encountered:
i want to replace all *cross with actual value coming from REST API, can we do this?
from documentation i could see to add new element
await pres.getSlide('slide1').addImage(image => {
image
.file(
./images/pizza.jpg
).x(500)
.y(100)
.cx(166)
.cy(100);
});
The text was updated successfully, but these errors were encountered: