gatsby-remark-gifs

1.2.0 • Public • Published

gatsby-remark-gifs

Npm version Npm downloads MIT license PRs welcome


gatsby-remark-gifs is a Gatsby remark plugin to make .gif images work

Usage

  1. Download gatsby-remark-gifs from the NPM registry:
yarn add gatsby-remark-gifs
  1. Add the plugin to your gatsby-config.js file
module.exports = {
    plugins: [
        {
            resolve: "gatsby-transformer-remark",
            options: {
                plugins: ["gatsby-remark-gifs"],
            },
        },
    ],
}
  1. Add gifs in your content
![My gif](./awesome.gif)

Contributing

  • ⇄ Pull/Merge requests and ★ Stars are always welcome.
  • For bugs and feature requests, please create an issue.

/gatsby-remark-gifs/

    Package Sidebar

    Install

    npm i gatsby-remark-gifs

    Weekly Downloads

    438

    Version

    1.2.0

    License

    MIT

    Unpacked Size

    5 kB

    Total Files

    4

    Last publish

    Collaborators

    • cedricdelpoux