Skip to content

DylanVann/gatsby-remark-cloudinary

Repository files navigation

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

About

Convert markdown images and videos into custom components with Cloudinary urls.

Resources

Stars

Watchers

Forks

Packages

No packages published