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

Jimmy Chion 95353506ec regression fix, better scroll layout 3 年之前
public d627ed4be5 readme 3 年之前
src 95353506ec regression fix, better scroll layout 3 年之前
.babelrc cc59dd95f8 type improvements, shadow on output squares 3 年之前
.eslintrc.js ac2e1bc3fa typescript and linting, phew 3 年之前
.gitignore b0d745d5b3 Initial commit from Create Next App 3 年之前
.nvmrc 8b541c74f6 boiler plate reset 3 年之前
.prettierignore 8b541c74f6 boiler plate reset 3 年之前
.prettierrc.js 8b541c74f6 boiler plate reset 3 年之前
README.md 7a4aa253e7 readme 3 年之前
next-env.d.ts 8b541c74f6 boiler plate reset 3 年之前
next.config.js cbf0475a79 vercel.json 3 年之前
package-lock.json 95353506ec regression fix, better scroll layout 3 年之前
package.json ac2e1bc3fa typescript and linting, phew 3 年之前
tsconfig.json 8b541c74f6 boiler plate reset 3 年之前
vercel.json cbf0475a79 vercel.json 3 年之前

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