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 17d8894 commit be32d4dCopy full SHA for be32d4d
README.md
@@ -7,8 +7,8 @@
7
8
An implementation of the Medium-style progressive image loading technique.
9
10
-This package provides a simple wrapper around PHP's Imagick class to generate
11
-scaled-down, blurry versions of your images. These compressed images are used
+This package provides a simple wrapper around the [Imagine library](https://github.com/avalanche123/Imagine)
+to generate scaled-down, blurry versions of your images. These compressed images are used
12
as temporary placeholders while the browser is loading the original images.
13
14
A thin front-end layer is provided: a simple ES5/UMD module and a few lines of
0 commit comments