We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4bb0d commit c9ea49eCopy full SHA for c9ea49e
README.md
@@ -1,11 +1,12 @@
1
# bianco.images-loader
2
3
[![Build Status][travis-image]][travis-url]
4
-
5
[![NPM version][npm-version-image]][npm-url]
6
[![NPM downloads][npm-downloads-image]][npm-url]
7
[![MIT License][license-image]][license-url]
8
+Modern images loader helpers written in es2015 using generators and promises
9
+
10
## Usage
11
12
#### Load a single image
package.json
@@ -1,7 +1,7 @@
{
"name": "bianco.images-loader",
"version": "0.0.1",
- "description": "",
+ "description": "Modern images loader helpers written in es2015 using generators and promises",
"main": "index.js",
"jsnext:main": "index.next.js",
"scripts": {
0 commit comments