bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 438 forks source link

support esm package #217

Closed vthinkxie closed 1 year ago

vthinkxie commented 3 years ago

To ensure the bundler can successfully optimize your application, avoid depending on CommonJS modules, and use ECMAScript module syntax in your entire application.

ref https://web.dev/commonjs-larger-bundles

lukasoppermann commented 3 years ago

Exporting this package as an es6 module would be awesome. 🙏

bgrins commented 1 year ago

Thanks for filing this - ESM should be working in 1.5.0 on npm after #245. I've confirmed in a test repo at https://github.com/bgrins/test-tinycolor-upgrade.