UNPKG

wesl-plugin

Version:

[![NPM Version](https://img.shields.io/npm/v/wesl-plugin)](https://www.npmjs.com/package/wesl-plugin) [![Static Badge](https://img.shields.io/badge/Read%20the%20-Docs-blue)](https://wesl-lang.dev/)

5 lines (3 loc) 138 B
import { createVitePlugin } from "unplugin"; import { weslPlugin } from "../WeslPlugin.ts"; export default createVitePlugin(weslPlugin);