Skip to content

c-r-a-f/gatsby-remark-cloudinary

Repository files navigation

gatsby-remark-cloudinary-test

Proccesses images in Gatsby's remark using Cloudinary.

Creates <img> tags from images in markdown.

Install

npm install gatsby-remark-cloudinary-test
# or
yarn add gatsby-remark-cloudinary-test

Usage

// gatsby-config.js

module.exports = {
  plugins: [
    {
      resolve: `gatsby-transformer-remark`,
      options: {
        plugins: [
          {
            resolve: 'gatsby-remark-cloudinary-test',
            options: {
              cloudName: '...',
              apiKey: '...',
              apiSecret: '...',
            },
          },
        ],
      }
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published