Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denisbrodbeck committed Nov 24, 2017
1 parent 08fef7d commit 687f521
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Overview

SQIP is a go implementation of [Tobias Baldauf's](https://tobias.is/) SVG-based LQIP [technique](https://github.com/technopagan/sqip).
SQIP is a go implementation of [Tobias Baldaufs](https://tobias.is/) SVG-based LQIP [technique](https://github.com/technopagan/sqip).

[LQIP](http://www.guypo.com/introducing-lqip-low-quality-image-placeholders/) *(Low Quality Image Placeholders)* boils down to this:

Expand All @@ -21,6 +21,8 @@ SQIP is an evolution of the classic LQIP technique: it makes use of [Primitive](

This produces a SVG placeholder which weighs in at only *~800-1000* bytes, *looks smooth* on all screens and provides an *visual cue* of image contents to come.

[Tobias Baldauf‘s](https://github.com/technopagan/sqip) project is written in js and depends on an installed version of *node*, *go*, *primitive* and multiple npm modules. This project aims no minimize the dependencies down to exactly one — this go package.

## Installation

Get the cli app directly to your `$GOPATH/bin` with
Expand Down

0 comments on commit 687f521

Please sign in to comment.