CSS Noise gradient generator
fork from : https://github.com/cjimmy/grainy-gradients.git

Jimmy Chion c13922ec06 whoops couldn't see the bottom of the left section vor 3 Jahren
public d627ed4be5 readme vor 3 Jahren
src c13922ec06 whoops couldn't see the bottom of the left section vor 3 Jahren
.babelrc cc59dd95f8 type improvements, shadow on output squares vor 3 Jahren
.eslintrc.js ac2e1bc3fa typescript and linting, phew vor 3 Jahren
.gitignore b0d745d5b3 Initial commit from Create Next App vor 3 Jahren
.nvmrc 8b541c74f6 boiler plate reset vor 3 Jahren
.prettierignore 8b541c74f6 boiler plate reset vor 3 Jahren
.prettierrc.js 8b541c74f6 boiler plate reset vor 3 Jahren
README.md 7a4aa253e7 readme vor 3 Jahren
next-env.d.ts 8b541c74f6 boiler plate reset vor 3 Jahren
next.config.js cbf0475a79 vercel.json vor 3 Jahren
package-lock.json 95353506ec regression fix, better scroll layout vor 3 Jahren
package.json ac2e1bc3fa typescript and linting, phew vor 3 Jahren
tsconfig.json 8b541c74f6 boiler plate reset vor 3 Jahren
vercel.json cbf0475a79 vercel.json vor 3 Jahren

README.md

Grainy Gradient playground

Explore the parameters to make a basic grainy gradient.

diagram

Code

Next.js app, with Ant Design components, zustand for state, and help from highlight.js and react-color.

# install dependencies
npm i

# run locally
npm run dev

# lint
npm run lint

# build locally
npm run build