@dylanvann/gatsby-remark-cloudinary

0.0.13 • Public • Published

@dylanvann/gatsby-remark-cloudinary

Proccesses images in Gatsby's remark using Cloudinary.

Creates <fast-image> tags from images in markdown.

Install

npm install @dylanvann/gatsby-remark-cloudinary
# or
yarn add @dylanvann/gatsby-remark-cloudinary

Usage

// gatsby-config.js
module.exports = {
    plugins: [
        {
            resolve: '@dylanvann/gatsby-transformer-cloudinary',
            options: {
                cloudName: '...',
                apiKey: '...',
                apiSecret: '...',
            },
        },
    ],
}

Package Sidebar

Install

npm i @dylanvann/gatsby-remark-cloudinary

Weekly Downloads

2

Version

0.0.13

License

MIT

Unpacked Size

33.3 kB

Total Files

22

Last publish

Collaborators

  • dylanvann