Lightweight server-side blur placeholder and dominant color extraction for Next.js.
This project is a monorepo managed with Turbo and pnpm.
- packages/next-image-placeholder: The core library package.
- apps/web: The documentation and demo website.
To engage with this project locally:
-
Clone the repository:
git clone https://github.com/heysolomon/next-image-placeholder.git cd next-image-placeholder -
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
We welcome contributions! Please see our CONTRIBUTING.md for details on how to get started.
- sharp - High performance Node.js image processing
- fast-average-color-node - A simple library that calculates the average color of an image
This project is licensed under the MIT License - see the LICENSE file for details.