async-preload-img
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "async-preload-img", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Promise based image preloader", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,3 +16,3 @@ # async-preload-img | ||
```js | ||
import preloadImg from 'async-preload-img'; | ||
import preloadImg from 'async-preload-img' | ||
@@ -29,3 +29,3 @@ try { | ||
```js | ||
import preloadImg from 'async-preload-img'; | ||
import preloadImg from 'async-preload-img' | ||
@@ -32,0 +32,0 @@ preloadImg('https://image-path.com') |
1561