mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00

the current implementation does not work if one specifies "jpg", it works only with "jpeg" due to the || syntax used. This is a proposal to fix it.
Contains the ImageSource class, which encapsulates the common abstraction behind a platform specific object (typically a Bitmap) that is used as a source for images.