Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/screenshotone/next.js-screenshots-example

A simple application to demonstrate on how to render screenshots in Next.js with Puppeteer or a screenshot API
https://github.com/screenshotone/next.js-screenshots-example

nextjs puppeteer puppeteer-screenshot screenshots

Last synced: 3 months ago
JSON representation

A simple application to demonstrate on how to render screenshots in Next.js with Puppeteer or a screenshot API

Awesome Lists containing this project

README

        

# Next.js Screenshots Example

It is a simple application to demonstrate on [how to render screenshots in Next.js with Puppeteer or a screenshot API](https://screenshotone.com/blog/nextjs-screenshots/).

## Development

First, run the development server:

```bash
npm run dev
bun dev
```

Then open [http://localhost:3000](http://localhost:3000) with your browser to see the result.