colord
colord copied to clipboard
Fix package exports with moduleResolution Node16
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