I want to add an image tag like so
img [ Src "/AirPassengerData.png" ]
but the image does not load when I view the generated website.
I am using the dotnet core project template fable-elmish-react
and although I have found this Fable.Helpers.React.img helper, the image does not wind up in my the /public folder which I understand is the webpack output folder.
I have followed the instructions here to try to get webpack to move the image from an /assets folder that I have created, into the /public folder, but those instructions direct that I add a require
statement to require the loading of the image, but I cannot find any examples of how to do this using Fable.