Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Helvio88 committed Feb 9, 2023
1 parent 5b0a222 commit 2dd37fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/internal/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ const convert = async (
fit: fit.cover
}).composite([
{
input: Buffer.from(`<svg><rect rx="50" ry="50" width="512" height="512" fill="${background}"/></svg>`),
input: Buffer.from(
`<svg><rect rx="50" ry="50" width="512" height="512" fill="${background}"/></svg>`
),
blend: 'dest-in',
gravity: 'northeast',
tile: true
Expand Down

0 comments on commit 2dd37fe

Please sign in to comment.