Attempt to newline

This commit is contained in:
asonix 2020-06-25 15:39:45 -05:00
parent 3e7fc95144
commit 21ce68f308
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ pict-rs offers four endpoints:
- `identity=true`: apply no changes - `identity=true`: apply no changes
- `blur={float}`: apply a gaussian blur to the file - `blur={float}`: apply a gaussian blur to the file
- `thumbnail={int}`: produce a thumbnail of the image fitting inside an `{int}` by `{int}` square - `thumbnail={int}`: produce a thumbnail of the image fitting inside an `{int}` by `{int}` square
Supported `ext` file extensions include `png`, `jpg`, and `webp` Supported `ext` file extensions include `png`, `jpg`, and `webp`
An example of usage could be An example of usage could be
``` ```