source: trip-planner-front/node_modules/image-size/lib/types.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 119 bytes
Line 
1'use strict';
2
3module.exports = [
4 'bmp',
5 'gif',
6 'jpg',
7 'png',
8 'psd',
9 'svg',
10 'tiff',
11 'webp',
12 'dds'
13];
Note: See TracBrowser for help on using the repository browser.