In Vue.js 3 I have imported an image as a module using:
import Lignedepartagedeseaux from '../assets/img/Lignedepartagedeseaux(1).png'
And it is displayed in an svg tag as:
<image width="100%" :href="image"/>
Does this kind of import provides properties or methods on the images ? For example something akin to {{ image.width }} to get the dimensions ?