gatsby-transformer-obfuscator
Obfuscate plain text into unreadable text.
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
moduleexports = plugins: `gatsby-transformer-yaml` resolve: `gatsby-source-filesystem` options: path: `./src/data/`
Where the source folder ./src/data/
contains the text files.