I have to show some information on tooltip where I want to add some logo image which is possibly in .png format. how to provide paths inside the plugin directory structure ?
How to provide path of image inside plugin?
jfcherng
#2
Does using res://Packages/MyPackage/my_image.png
as the src
attribute in <img>
work?
2 Likes