Skip to content

Commit

Permalink
wrap readme for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Jul 3, 2024
1 parent b1ffb11 commit 184576b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ You can optionally specify the `options` argument (each field in the `options` f
import petPetGif from "./index.js"
import { writeFileSync } from "fs"

const animatedGif = await petPetGif("https://avatars.githubusercontent.com/u/33640860?v=4", {resolution: 128, delay: 20, backgroundColor: "red"})
const animatedGif = await petPetGif(
"https://avatars.githubusercontent.com/u/33640860?v=4",
{resolution: 128, delay: 20, backgroundColor: "red"}
)
writeFileSync('petted.gif', animatedGif)
```

Expand Down

0 comments on commit 184576b

Please sign in to comment.