Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-glslify

A Gatsby plugin to be able to import glsl/vert/frag files, and have them processed by glslify.

Installation

npm install --save glslify gatsby-plugin-glslify

Usage

// In your gatsby-config.js
module.exports = {
  plugins: `gatsby-plugin-glslify`,
}
© 2023 Gatsby, Inc.