Add logo to README
All checks were successful
Deploy / deploy (push) Successful in 32s

This commit is contained in:
Leonardo Murça 2025-07-14 19:14:02 -03:00
parent 0d34338f84
commit a8b6559682
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# Embroidery Viewer
![Logo](/logo.webp)
![Deploy workflow status](https://git.leomurca.xyz/leomurca/embroidery-viewer/actions/workflows/deploy.yml/badge.svg)
A free online tool to view embroidery files.

BIN
logo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -1,7 +1,7 @@
{
"name": "embroidery-viewer",
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"type": "module",
"scripts": {
"dev": "vite dev",