Returns the extensions of files considered to be images.
static const List<String> images = [ 'jpg', 'jpeg', 'png', 'gif', 'jfif', 'svg', 'webp', ];