2018.5.11-6 • Published 8 years ago

@amory/image-sqip v2018.5.11-6

Weekly downloads
17
License
MIT
Repository
github
Last release
8 years ago

Gatsby SQIP plugin

Generates vectorized primitive version of images to be used as preview thumbnails.

:hand: Usage

GraphQL

image {
  sqip(numberOfPrimitives: 3, blur: 0),
  resolutions {
    ...GatsbyContentfulResolutions_withWebp_noBase64
  }
}

React

Pure HTML

Coming soon. Doing some preparations first.

Gatsby Image

const Img = require(`gatsby-image`)

<Img
  resolutions={{
    ...image.resolutions,
    base64: image.sqip
  }}
/>
2018.5.11-6

8 years ago

2018.5.11-5

8 years ago

2018.5.11-4

8 years ago

2018.5.11-3

8 years ago

2018.5.11-2

8 years ago

2018.5.10-1

8 years ago

2018.5.10-0

8 years ago

2018.5.6-14

8 years ago

2018.5.6-13

8 years ago

2018.5.6-12

8 years ago

2018.5.6-11

8 years ago

2018.5.6-10

8 years ago

2018.5.6-9

8 years ago

2018.5.6-8

8 years ago

2018.5.6-7

8 years ago

2018.5.6-6

8 years ago

2018.5.6-5

8 years ago

2018.5.6-4

8 years ago

2018.5.6-3

8 years ago

2018.5.6-2

8 years ago

2018.5.6-1

8 years ago

2018.5.6-0

8 years ago

2018.5.5-2

8 years ago

2018.5.5-1

8 years ago

2018.5.5-0

8 years ago

2018.5.4-1

8 years ago

2018.5.4-0

8 years ago

2018.5.3-4

8 years ago

2018.5.3-3

8 years ago

2018.5.3-2

8 years ago

2018.5.3-1

8 years ago

2018.5.3-0

8 years ago

2018.5.2-0

8 years ago

2018.5.1-5

8 years ago

2018.5.1-4

8 years ago

2018.5.1-3

8 years ago

2018.5.1-2

8 years ago

2018.5.1-1

8 years ago