omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.63k stars 48 forks source link

Fix package exports with moduleResolution Node16 #118

Open bigtimebuddy opened 9 months ago

bigtimebuddy commented 9 months ago

Fixes #101

Our project (PixiJS) uses CodeSandbox for examples (which, in turn, uses Webpack). We were having issues with the current exports from this project which were breaking our examples on CodeSandbox. Converting to these exports resolved our issue.

We temporarily forked to @pixi/colord to unblock up but would like to upstream this change.

Thank you!

cc @Zyie