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

https://github.com/3kh0/the-situation

Create screenshots in the style of penguinz0 videos
https://github.com/3kh0/the-situation

Last synced: 5 months ago
JSON representation

Create screenshots in the style of penguinz0 videos

Awesome Lists containing this project

README

          

# The ____ situation is crazy

Second project I smashed together to learn Next.js, had fun with this, it is a pretty simple app that lets you generate lookalike thumbnails that are seen in penguinz0 videos. This uses the magic of HTML elements to build the thumbnail, and then uses the `html2canvas` library to take a capture of the result.

## Live Demo

[situation.3kh0.net](https://situation.3kh0.net)

## Run locally

1. Clone and run these commands

```cli
pnpm install
pnpm dev
```

To build for production, just run `pnpm build` instead.