sindresorhus / terminal-image

Display images in the terminal
MIT License
979 stars 28 forks source link

[Feature request] Support synchronous file reads #42

Open Whoaa512 opened 2 years ago

Whoaa512 commented 2 years ago

Don't see a reason why this isn't implemented

sindresorhus commented 2 years ago

It's not possible as internally it uses a method that is async (not the fs call): https://github.com/sindresorhus/terminal-image/blob/92552724fef28dbfd3a8f269fc0d6866bccfa4e3/index.js#L103

sindresorhus commented 1 year ago

https://github.com/sindresorhus/terminal-image/pull/43#issuecomment-1260404449