Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
n0ha committed Nov 20, 2024
1 parent 3a7c650 commit 28f1cd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
# Step 1: Checkout the repository
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
![Patchu Logo](static/logo.webp | width=200)

# Patchu - Blueprint Resizer
<div align="center">
<img src="https://github.com/n0ha/patchu/blob/main/static/logo.webp?raw=true" alt="Patchu Logo" width="100">
<h1 style="display: inline-block; vertical-align: middle;">Patchu</h1>
</div>

# Blueprint Resizer

**Patchu** is a simple web-based tool designed to help users resize sewing blueprints. It allows users to upload a blueprint image, specify the target height, and generate a printable PDF that can be printed on A4 paper, ready to be stitched together.

Expand Down Expand Up @@ -79,5 +83,3 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


0 comments on commit 28f1cd6

Please sign in to comment.