0.0.21 • Published 6 years ago

gatsby-remark-cloudinary-test v0.0.21

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.1

6 years ago