sindresorhus/terminal-image

CommonJS module

LinkTree3 opened this issue · 2 comments

Hi! I was wondering if there's a CommonJS version of this module for use in NodeJS?
All my other modules are in CommonJS and if I set "type": "module" in my package.json it will break all the rest.

Thank you.

There is currently no plan to release CommonJS versions of packages after migrating to ESM. Either use this ESM version or stay on version 1.2.1.

if I set "type": "module" in my package.json it will break all the rest.

ESM can import CommonJS packages.