Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/screenshotone/next.js-screenshots-example
- Owner: screenshotone
- Created: 2024-05-06T19:22:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T20:05:39.000Z (8 months ago)
- Last Synced: 2024-09-30T15:17:47.631Z (3 months ago)
- Topics: nextjs, puppeteer, puppeteer-screenshot, screenshots
- Language: TypeScript
- Homepage: https://screenshotone.com/blog/nextjs-screenshots/
- Size: 67.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.