Add Multi-Target to CameraPreview package
This should work for WASM now with Uno.
Gave this a quick spin. Enabling the wasm multitarget and running without changes, we get this error:
@Arlodotexe think this is a regression or change with Uno 5? Thought you had mentioned running it before without much trouble?
No, this doesn't seem like a problem with Uno. I noted that Uno had added support for Camera APIs, though looking for information on that, it seems Camera support was added to Android and iOS but not Wasm: https://github.com/unoplatform/uno/commits/master/src/Uno.UWP/Media/Capture
So, we should try building nupkg with the Android/iOS targets enabled and see if any issues come up, or if it works out of the box.