0.1.2 • Published 5 years ago

gatsby-remark-rehype-images v0.1.2

Weekly downloads
60
License
MIT
Repository
github
Last release
5 years ago

Gatsby remark rehype images npm version

Parses html style tags in markdown files with an src attribute pointing to a local image, uses plugin-sharp on the image and inserts the result in rehyped attribute.

You can then load it in your React Component and call gatsby-image to get all of the goodies (blur effect etc) or even apply custom styles and create galleries etc!

Check the example website for more details and a live example