stephenscaff / react-animated-cursor

An animated custom cursor React component.
ISC License
273 stars 28 forks source link

Demo link not working #32

Closed natainditama closed 1 year ago

natainditama commented 1 year ago

Trying access https://stephenscaff.github.io/react-animated-cursor/ and then result page

image

sagar-io commented 1 year ago

Yes, It's not been fixed till now. Is there any way I can see some live examples of this package?

stephenscaff commented 1 year ago

Should be fixed now.

I was using gh-pages to deploy the /demo directory via Parcel... which seems to have hiccuped.

Gotta look into that futher. But, building off of master seems to work for now:

https://stephenscaff.github.io/react-animated-cursor/

Let me know if you don't see a working demo.

You can also pull down the repo and just run dev, which serves up the /demo directory with Parcel on local.

stephenscaff commented 1 year ago

Confirming demo works

https://stephenscaff.github.io/react-animated-cursor/

I've also included examples of how to create different cursors. Just used query params to update the component:

https://stephenscaff.github.io/react-animated-cursor/?cursor=blendmode https://stephenscaff.github.io/react-animated-cursor/?cursor=default https://stephenscaff.github.io/react-animated-cursor/?cursor=donut

Closing this one. Reopen if you see any further issues.