Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vxel authored Feb 21, 2025
1 parent 98e37ee commit 3c75686
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ Options supported (see BrotherQLJob javadoc for more details):
- **brightness**: Brightness factor applied before dithering. Higher means brighter.
- **rotate**: rotate the image (clock-wise) by this angle in degrees. Accepted angles are multiple of 90 degrees (90, 180, 270).

## Maven dependency

```
<dependency>
<groupId>org.delaunois</groupId>
<artifactId>brotherql</artifactId>
<version>v1.0.0</version>
</dependency>
```

## Code example

Here is a quick example of how to print a label using the library:
Expand Down

0 comments on commit 3c75686

Please sign in to comment.