vite-plugin-glsl- Import shader file chunks. vite-plugin-svgo- Load SVGs as plain string and transform with SVGO library. vite-plugin-remark-rehype- Loads and transform markdown files using the unified ecosystem. vite-plugin-gltf- Load, transform, optimize, and compress glTF 3D files. ...
{ "name": "vite-plugin-glslify-inject", "version": "1.1.2", "type": "module", "description": "A plugin to write GLSL more comfortably.", "scripts": { "build": "tsc -p ./tsconfig.build.json", "test": "jest --watchAll" }, "main": "./dist/plugin.js", "types": "./di...
Handsfree type safe GLSL programming for WebGL with Vite - fix: build error with Vite · geoffreytools/vite-plugin-glslify-inject@c9453c1
npm install --save-dev vite-plugin-glslify-inject Thevite.config.jscorresponding to the above example: we invoke the plugin; we pass in your include/exclude patterns; we pass a path alias pointing to the location of your shaders for.d.tsmodules to be generated; ...
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' import glslify from 'vite-plugin-glslify' export default defineConfig({ plugins: [react()], plugins: [react(), glslify()], }) 0 comments on commit 7186407 Please sign in to comment. Footer...
{ + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/framer-motion": { + "version": "11.13.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.13.1.tgz", + "integrity": "sha512-F40tpGTHByhn9h3zdB...
vite-plugin-radar - All in one analytics loader (with 7+ providers supported). vite-plugin-glsl - Import shader file chunks. vite-plugin-svgo - Load SVGs as plain string and transform with SVGO library. vite-plugin-remark-rehype - Loads and transform markdown files using the unified ecosy...
vite-plugin-import-rewriter- Rewriter the import based on conditions. vite-plugin-xml-loader- Loads xml file as JSON. vite-plugin-glsl- Import shader file chunks. Bundling vite-plugin-importer- Integration for babel-plugin-import. vite-plugin-banner- Adds a banner to the top of each generated...
137⭐ 15🍴 vite-plugin-radar) - All in one analytics loader (with 7+ providers supported). 336⭐ 24🍴 vite-plugin-glsl) - Import shader file chunks. 29⭐ 1🍴 vite-plugin-svgo) - Load SVGs as plain string and transform with SVGO library. ?⭐ ?🍴 vite-plugin-remark-reh...
vite-plugin-react-click-to-component- Uses Vite's launch middleware to enable alt+click to go to component. 💡 SSR frameworks are listed atSSR - Frameworks. Preact Presets @preact/preset-vite- Preact preset. HMR, automatic Preact inject, removal of DevTools in prod. ...