Updated readme image to work with forgejo color scheme

This commit is contained in:
Jeremy Karst 2025-01-14 16:11:55 -05:00
parent 5f1e5f61ba
commit 1b199c69a5

View file

@ -2,12 +2,7 @@
Open Signature Generator is a web based tool for generating and verifying handwritten-style signatures for documents. Signatures are saved as images with transparency and can be easily inserted into documents which need to be signed using LibreOffice, or any other document editing software.
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://osg.jkdev.org/example-signature-inverted.png">
<source media="(prefers-color-scheme: light)" srcset="https://osg.jkdev.org/example-signature.png">
<img alt="Example Signature Image" src="https://osg.jkdev.org/example-signature.png">
</picture>
![Example Signature Image](https://osg.jkdev.org/example-signature-inverted.png)
## Features