Adds an additional property to the pwa-camera to allow developers to specify additional acceptable file types when a camera device is not available. This feature is intended to be used to restrict the file types to more specific patterns than the default image/* matches to. For example, restricting to only png or jpeg image file types.
Resolves #80
Adds an additional property to the
pwa-camera
to allow developers to specify additional acceptable file types when a camera device is not available. This feature is intended to be used to restrict the file types to more specific patterns than the defaultimage/*
matches to. For example, restricting to onlypng
orjpeg
image file types.