@rising-company/mesh-maker-svelte
v0.1.1
Published
Svelte component for mesh-maker WebGL dot grid
Maintainers
Readme
@rising-company/mesh-maker-svelte
Svelte 5 component for mesh-maker — interactive WebGL dot-mesh grid with mouse distortion and animated glow.
Installation
npm install @rising-company/mesh-maker-svelte @rising-company/mesh-maker-coreRequires Svelte 5.
Quick Start
<script>
import { MeshMaker } from '@rising-company/mesh-maker-svelte'
</script>
<div style="position: relative; height: 100vh">
<MeshMaker preset="stitch" class="absolute inset-0" />
<div style="position: relative; z-index: 1">
<h1>Your content</h1>
</div>
</div>Presets
stitch · midnight · neon · aurora · ember · ocean
Documentation
Full props, API, and examples: github.com/rising-company/mesh-maker
License
MIT
