Skip to content

Commit

Permalink
added comment in luge.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Jan 31, 2024
1 parent 926947f commit 7bfced0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/ui/luge.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ import { useEffect } from 'react';

import '@/node_modules/@waaark/luge/dist/css/luge.css';

/**
* This is for the trailing effect for the wand in the Cursor component.
*
* Delete this when necessary. This adds a whole another library to this project
* and we don't need the clutter later on if we don't need it.
*
* But magic wand trail effect is very cool. So we keep for Spring '24.
*/

const LugeReact = () => {
useEffect(() => {
import('@waaark/luge/dist/js/luge')
Expand Down

0 comments on commit 7bfced0

Please sign in to comment.