Skip to content

Commit

Permalink
Add test for io.display.image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmischka committed Sep 7, 2022
1 parent faa3e0a commit 5539d43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/basic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ const interval = new Interval({
width: 'medium',
}),
io.display.image('Image via buffer', {
buffer: fs.readFileSync('./examples/static/fail.gif'),
buffer: fs.readFileSync('./src/examples/static/fail.gif'),
alt: 'Wile E. Coyote pulls a rope to launch a boulder from a catapult but it topples backwards and crushes him',
}),
])
Expand Down
File renamed without changes

0 comments on commit 5539d43

Please sign in to comment.