import React from 'react'; import { PixelMouseParallax } from './PixelMouseParallax'; export function Default() { return (
Follows the cursor
); } export function Inverted() { return (
Repels from the cursor
); }