VS
Size: a a a
VS
VS
VS
VS
AS
ES
MZ
AB
AS
AS
MZ
let domElement = documentdocument.getElementById("my-node")
let img = ""
const objCopy = {...pagesImages}
if (domElement) {
await htmlToImage.toPng(domElement)
.then(function (dataUrl) {
if (dataUrl) {
img = dataUrl
}
})
.catch(function (error) {
consoleconsole.error("oops, something went wrong!", error)
return "error"
})
}MD
paginationPanel: (props) => this.renderPaginationPanel(props),MD
SM
MD
VS
VS
MD
VS