The issue requests ES module support for the easy markdown editor library. The discussion in the comments suggests adding an 'exports' field in package.json or using a dual CommonJS/ESM build. First, check if the maintainers are still interested by reviewing recent comments and the repository's activity. Then, examine the existing build setup (likely using webpack or rollup) and implement a strategy to output an ES module version alongside the CommonJS one. Consider using the 'type: module' in package.json or a separate .mjs file.
Is there plan for ES Module support? · Ionaru/easy-markdown-editor#262 | Good First Issue