SkillAgentSearch skills...

Tlapse

๐Ÿ“ท Create a timelapse of your web development... or just automatically take screenshots of your hard work ;)

Install / Use

/learn @typicode/Tlapse
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

tlapse Build Status npm

Create a timelapse of your web development ๐Ÿ“ท

A tiny utility that takes periodic screenshots of your site while you develop. Uses Puppeteer for creating beautiful high resolution screenshots ๐ŸŒธ.

<a href="https://www.patreon.com/typicode"> <img src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" width="160"> </a>

Usage

npm install npm-run-all tlapse --save-dev
{
  "scripts": {
    "dev": "run-p server tlapse",
    "server": "node server",
    "tlapse": "tlapse localhost:3000"
  }
}
npm run dev

Note npm-run-all lets you run scripts in parallel and makes sure that both tlapse and server are started.

Options tlapse can be configured to use different screenshot resolution, interval, etc... to view available options run

tlapse --help

Articles

License

MIT - Typicode :cactus: - Patreon

View on GitHub
GitHub Stars2.0k
CategoryDevelopment
Updated4d ago
Forks61

Languages

JavaScript

Security Score

100/100

Audited on Apr 3, 2026

No findings