Added light/dark mode example image in readme
This commit is contained in:
parent
54082ebd49
commit
5f1e5f61ba
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
|||
|
||||
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>
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue