@amory/image-sqip

2018.5.11-6 • Public • Published

Gatsby SQIP plugin

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

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
  }}
/>

Package Sidebar

Install

npm i @amory/image-sqip

Weekly Downloads

9

Version

2018.5.11-6

License

MIT

Unpacked Size

57.5 kB

Total Files

23

Last publish

Collaborators

  • amory