-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels