gatsby-transformer-obfuscator

1.3.0 • Public • Published

gatsby-transformer-obfuscator

Obfuscate plain text into unreadable text.

Build Status

Installation

npm i --save gatsby-transformer-obfuscator

Note: You also need to have gatsby-source-filesystem installed and configured so it points to your files.

How to use

In your gatsby-config.js

module.exports = {
  plugins: [
    `gatsby-transformer-yaml`,
    {
      resolve: `gatsby-source-filesystem`,
      options: {
        path: `./src/data/`,
      },
    },
  ],
}

Where the source folder ./src/data/ contains the text files.

Package Sidebar

Install

npm i gatsby-transformer-obfuscator

Weekly Downloads

3

Version

1.3.0

License

none

Unpacked Size

210 kB

Total Files

11

Last publish

Collaborators

  • jeff-tian