CSS Noise gradient generator
fork from : https://github.com/cjimmy/grainy-gradients.git
|
hace 3 años | |
---|---|---|
public | hace 3 años | |
src | hace 3 años | |
.babelrc | hace 3 años | |
.eslintrc.js | hace 3 años | |
.gitignore | hace 3 años | |
.nvmrc | hace 3 años | |
.prettierignore | hace 3 años | |
.prettierrc.js | hace 3 años | |
README.md | hace 3 años | |
next-env.d.ts | hace 3 años | |
next.config.js | hace 3 años | |
package-lock.json | hace 3 años | |
package.json | hace 3 años | |
tsconfig.json | hace 3 años | |
vercel.json | hace 3 años |
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