clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 750d7c1b81bb932590742a83fa061dd427d99b31
parent 725113c7da357e213ccf21ecd1d5f092677c17c8
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Tue, 31 May 2022 13:22:46 +0200

Center

Diffstat:
MREADME.md | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,10 @@ -<picture> - <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-white.png"> - <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-black.png"> - <img alt="CLAP" src="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-black.png" width=300> -</picture> +<p align=center> + <picture> + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-white.png"> + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-black.png"> + <img alt="CLAP" src="https://raw.githubusercontent.com/free-audio/clap/main/artwork/clap-full-logo-black.png" width=300> + </picture> +</p> **CL**ever **A**udio **P**lugin.