@draftbox-co/gatsby-rehype-inline-images

1.0.2 • Public • Published

gatsby-rehype-inline-images

Downloads images inside the content from Ghost CMS. This plugin is designed to work with a headless Ghost CMS only.

Install

yarn add gatsby-transformer-rehype @draftbox-co/gatsby-rehype-inline-images

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-rehype`,
    options: {
      plugins: [
        {
          resolve: `@draftbox-co/gatsby-rehype-inline-images`,
        },
      ],
    },
  },
]

Contributions

PRs are welcome! Consider contributing to this project if you are missing feature that is also useful for others.

Copyright & License

Copyright (c) 2020 Draftbox - Released under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    18
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    18
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i @draftbox-co/gatsby-rehype-inline-images

Weekly Downloads

18

Version

1.0.2

License

MIT

Unpacked Size

7.64 kB

Total Files

5

Last publish

Collaborators

  • gunnerforlife52
  • keyurarmada
  • shyamlohar
  • thanda_anda