I am try to use the ImagePathConverter class to load local images from a folder in the PCL (actually I use .NET Standard 2.0).
I get the error: The name 'ImagePathConverter' does not exist in the current context
What do I need to include? I looked at the examples and they seem to include it with this: using SampleBrowser.Core;
I am really not sure how to include and use that class, any help?
Thanks!