0.0.21 • Published 5 years ago

gatsby-remark-cloudinary-test v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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: '...',
            },
          },
        ],
      }
    }
  ]
}
0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.1

5 years ago