refactor(rollup): remove d3-color replacement

This commit is contained in:
moklick
2022-05-16 19:43:24 +02:00
parent 6ec76d2d58
commit dca1b6d7d6
4 changed files with 3 additions and 42 deletions
-9
View File
@@ -1,9 +0,0 @@
// this helps us to reduce bundle size by ~10kb. d3-color is not used but can't be treeshaked in this case.
const obj = {};
export const rgb = {};
export const color = {};
export const hsl = {};
export const lab = {};
export const hcl = {};
export const cubehelix = {};
export default obj;