Skip to content

onnovisser/gatsby-plugin-glslify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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`,
}

About

Import glsl/vert/frag files and process them with Glslify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published