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
- Host: GitHub
- URL: https://github.com/3kh0/the-situation
- Owner: 3kh0
- License: gpl-3.0
- Created: 2025-04-18T09:53:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-12T02:35:20.000Z (8 months ago)
- Last Synced: 2025-12-13T09:35:04.806Z (8 months ago)
- Language: TypeScript
- Homepage: https://situation.3kh0.net
- Size: 5.59 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.