reg-viz / storycap

A Storybook Addon, Save the screenshot image of your stories :camera: via puppeteer.
https://www.npmjs.com/package/storycap
MIT License
705 stars 89 forks source link

chore: Use fs promises for filesystem APIs #789

Closed Mike-Dax closed 1 year ago

Mike-Dax commented 1 year ago

This PR refactors the FileSystem class to use fs/promises (available since Node 10) for all filesystem operations, instead of synchronously building folders with mkdirp, and re-building a promise to write the file.