summaryrefslogtreecommitdiff
path: root/node_modules/image-extensions/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/image-extensions/readme.md')
-rw-r--r--node_modules/image-extensions/readme.md28
1 files changed, 0 insertions, 28 deletions
diff --git a/node_modules/image-extensions/readme.md b/node_modules/image-extensions/readme.md
deleted file mode 100644
index fcc8d87..0000000
--- a/node_modules/image-extensions/readme.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# image-extensions [![Build Status](https://travis-ci.org/arthurvr/image-extensions.svg?branch=master)](https://travis-ci.org/arthurvr/image-extensions)
-
-> A list of extensions used to represent images.
-
-Containing both bitmap and vector formats. The list is just a JSON file so can be used wherever.
-
-## Install
-
-```
-$ npm install --save image-extensions
-```
-
-```js
-var imageExtensions = require('image-extensions');
-
-console.log(imageExtensions);
-//=> ['ase', 'art', 'bpm', ...]
-```
-
-## Related
-
-- [`is-image`](https://github.com/sindresorhus/is-image) - Check if a filepath is an image
-- [`binary-extensions`](https://github.com/sindresorhus/binary-extensions) - List of binary file extensions
-- [`text-extensions`](https://github.com/sindresorhus/text-extensions) - List of text extensions
-
-## License
-
-MIT © [Arthur Verschaeve](https://github.com/arthurvr)