Ombre logo

Shader magic for frontend frameworks 🪄

No more complex shaders — build impressive effects in minutes with plug-and-play components for Vue Vue, React React & Svelte Svelte.

<!-- Build shaders w/ reactive components 🤯 -->
<Ombre>
  <FilmGrain :strength="0.3">
    <Distortion :strength="0.4" :frequency="5">
      <SineWave color-a='#150e7e' color-b='#4e619f' :speed='1'/>
    </Distortion>
  </FilmGrain>
</Ombre>