CSS Noise gradient generator
fork from : https://github.com/cjimmy/grainy-gradients.git
|
|
il y a 4 ans | |
|---|---|---|
| public | il y a 4 ans | |
| src | il y a 4 ans | |
| .babelrc | il y a 4 ans | |
| .eslintrc.js | il y a 4 ans | |
| .gitignore | il y a 4 ans | |
| .nvmrc | il y a 4 ans | |
| .prettierignore | il y a 4 ans | |
| .prettierrc.js | il y a 4 ans | |
| README.md | il y a 4 ans | |
| next-env.d.ts | il y a 4 ans | |
| next.config.js | il y a 4 ans | |
| package-lock.json | il y a 4 ans | |
| package.json | il y a 4 ans | |
| tsconfig.json | il y a 4 ans | |
| vercel.json | il y a 4 ans |
Explore the parameters to make a basic grainy gradient.
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
Most of the important code is under src/components/CodeBlocks