Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowflake107 committed Jun 4, 2021
1 parent d980d0a commit cb1d2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ const rawFrames = decoder.decode();
// encode each frames into gif
for (let i = 0; i < rawFrames.length; i++) {
const frame = new Encoder(rawFrames[i]).encode();
frame.pipe(createWriteStream(`./frame_${i}.png`));
frame.pipe(createWriteStream(`./frame_${i}.gif`));
}
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@canvacord/gif",
"version": "1.0.1",
"version": "1.0.2",
"description": "GIF decoder/encoder for Canvacord",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit cb1d2f2

Please sign in to comment.