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 created quikkly image using createImage.
But I can't see the imagefile in rendered image.
How to set imageFile value in skin options to see the image?
I created quikkly image using createImage.
But I can't see the imagefile in rendered image.
How to set imageFile value in skin options to see the image?
Quikkly.createImage({
value: 123456,
template: "template0002style11",
skin: {
backgroundColor: '#5cb7a6',
borderColor: '#ffffff',
dataColor: '#000000',
maskColor: '#5cb7a6',
overlayColor: '#ffffff',
imageFile: '../../assets/images/scan.png'
}
}).then((result) => {
console.log(result)
})
I also tried to set imageFile as weburi but also not worked.
Please give me advice.
rendedred_svg.zip
The text was updated successfully, but these errors were encountered: