Skip to content

Commit 59df550

Browse files
committed
[docs] Add darkmode logo
1 parent 2726346 commit 59df550

3 files changed

Lines changed: 253 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

2-
![PySceneDetect](https://raw.githubusercontent.com/Breakthrough/PySceneDetect/main/website/pages/img/pyscenedetect_logo_small.png)
3-
==========================================================
4-
Video Cut Detection and Analysis Tool
5-
----------------------------------------------------------
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Breakthrough/PySceneDetect/main/website/pages/img/pyscenedetect_logo_small_darkmode.png">
4+
<img alt="PySceneDetect" src="https://raw.githubusercontent.com/Breakthrough/PySceneDetect/main/website/pages/img/pyscenedetect_logo_small.png">
5+
</picture>
6+
7+
# Video Cut Detection and Analysis Tool
68

79
[![Build Status](https://img.shields.io/github/actions/workflow/status/Breakthrough/PySceneDetect/build.yml)](https://github.com/Breakthrough/PySceneDetect/actions)
810
[![PyPI Status](https://img.shields.io/pypi/status/scenedetect.svg)](https://pypi.python.org/pypi/scenedetect/)
Lines changed: 247 additions & 0 deletions
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)