sindresorhus / capture-website

Capture screenshots of websites
MIT License
1.93k stars 137 forks source link

Could be useful to support a commonjs version #112

Closed rubixibuc closed 1 year ago

rubixibuc commented 1 year ago

Hi!

I'm unable to run the es6 import version easily and it would be helpful to supply a common js artifact for people not running a version of node support es6 imports.

sindresorhus commented 1 year ago

I have no plans to do that.

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

sindresorhus commented 1 year ago

people not running a version of node support es6 imports.

All maintained Node.js version support ESM.