-
Notifications
You must be signed in to change notification settings - Fork 59
link to dynamic shader playgrounds #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| return ( | ||
| <div className="md:mb-24"> | ||
| {shaderDef && currentParams && ( | ||
| <div className="flex h-80 items-center justify-between border-t border-current/10 dark:border-current/20"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all style changes are from the tw prettier plugin running over the code.
61804dd to
983c95e
Compare
960eea6 to
9a8f353
Compare
| shift: { value: defaults.shift, min: -1, max: 1, order: 215 }, | ||
| stretch: { value: defaults.stretch, min: 0, max: 1, order: 216 }, | ||
| blur: { value: defaults.blur, min: 0, max: 1, order: 220 }, | ||
| margin: { value: defaults.margin, min: 0, max: 0.5, order: 500 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because margin isn't available in paper I've switched it out for the individual props
bee9542 to
fc06d4a
Compare
Paper side: https://github.com/paper-design/paper/pull/617