bgrins / TinyColor

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

Add a browser entry field in package.json. This fixes a reported case… #259

Closed bgrins closed 1 year ago

bgrins commented 1 year ago

… of a build tool using the ESM export, and does not seem to negatively affect other tools which ignore this in lieu of the exports section - see for example https://webpack.js.org/guides/package-exports/. Fixes #249