An open API service indexing awesome lists of open source software.

https://github.com/gsimone/craco-glslify-loader


https://github.com/gsimone/craco-glslify-loader

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

[![npm version](https://badge.fury.io/js/craco-glslify-loader.svg)](https://badge.fury.io/js/craco-glslify-loader)

# Install

```bash
yarn add @craco/craco craco-glslify-loader
```

# Usage

```js
const glslLoader = require("craco-glslify-loader");

module.exports = {
plugins: [
{
plugin: glslLoader,
options: { test: /\.(glsl|vs|fs|vert|frag)$/ },
},
],
};
```