1.0.1 • Published 2 years ago

@crometrics/gatsby-plugin-convert-js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gatsby-plugin-convert-js

A Gatsby plugin to add an Convert JS Snippet to your site.

Install

$ npm install --save @crometrics/gatsby-plugin-convert-js

How to use

Setup

In your gatsby-config.js file:

plugins: [
  {
    resolve: `@crometrics/gatsby-plugin-convert-js`,
    options: {
      // This is the number that appears in the snippet.
      convertId: '123456789-123456789',
    }
  }
];