A Gatsby plugin to be able to import glsl/vert/frag files, and have them processed by glslify.
npm install --save glslify gatsby-plugin-glslify
// In your gatsby-config.js
module.exports = {
plugins: `gatsby-plugin-glslify`,
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Gatsby plugin to be able to import glsl/vert/frag files, and have them processed by glslify.
npm install --save glslify gatsby-plugin-glslify
// In your gatsby-config.js
module.exports = {
plugins: `gatsby-plugin-glslify`,
}