Skip to content

Commit

Permalink
improve README file
Browse files Browse the repository at this point in the history
  • Loading branch information
arefaslani committed Apr 8, 2018
1 parent 9ecf0dd commit ddef4f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Import images in [Next.js](https://github.com/zeit/next.js)
(jpg, jpeg, svg, png and gif images)

## Features
* Load images from local computer
* Load images from remote (CDN for example) [by setting assetPrefix](https://github.com/zeit/next.js/#dynamic-assetprefix)
* Inline small images to Base64 for reducing http requests
* Adds a content hash to the file name so images can get cached

If you also want image minimalization and optimization have a look at [next-optimized-images](https://github.com/cyrilwanner/next-optimized-images)

## Installation

```
Expand Down

0 comments on commit ddef4f1

Please sign in to comment.