Skip to content

Commit 2021114

Browse files
committed
- add time lapse creator to sidebar.html, and tools.json, add screenshot
1 parent 159de69 commit 2021114

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,5 +1736,16 @@
17361736
"aiPowered": false,
17371737
"featured": false,
17381738
"date": "2025-10-10"
1739+
},
1740+
{
1741+
"id": "time_lapse_creator",
1742+
"title": "Time Lapse Creator",
1743+
"description": "Create stunning time-lapse videos directly in your browser. Capture webcam images at custom intervals and compile them into high-quality videos. Free online time-lapse maker with no software required.",
1744+
"url": "tools/time_lapse_creator.html",
1745+
"screenshot": "screenshots/screenshot_224.webp",
1746+
"type": "tool",
1747+
"aiPowered": false,
1748+
"featured": false,
1749+
"date": "2025-10-16"
17391750
}
17401751
]

screenshots/screenshot_224.webp

6.21 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ <h2>Tools by ChatGPT</h2>
309309
<li><a href="/tools/animal_age_calculator.html">Animal Age Calculator</a></li>
310310
<li><a href="/tools/animal_size_comparison.html">Animal Size Comparison</a></li>
311311
<li><a href="/tools/audio_pitch_shifter.html">Audio Pitch Shifter</a></li>
312+
<li><a href="/tools/time_lapse_creator.html">Time Lapse Creator</a></li>
312313
<!-- end -->
313314
</ul>
314315
</div>

0 commit comments

Comments
 (0)