UNPKG

react-webgl-trails

Version:

A lightweight WebGL-based React component for creating a mouse trail effect.

7 lines (6 loc) 302 B
/** * Server components and client components need to be exported from separate files as * directive on top of the file from which component is imported takes effect. * i.e., server component re-exported from file with "use client" will behave as client component */ export * from "./mouse-trail";