@macrostrat/column-components
Version:
React rendering primitives for stratigraphic columns
1 lines • 735 B
Source Map (JSON)
{"version":3,"file":"shade.cjs","sources":["../../../../../../../../../.yarn/berry/cache/chroma-js-npm-3.2.0-d5c39f5077-10c0.zip/node_modules/chroma-js/src/ops/shade.js"],"sourcesContent":["import '../io/lab/index.js';\nimport Color from '../Color.js';\nimport mix from '../generator/mix.js';\n\nColor.prototype.tint = function (f = 0.5, ...rest) {\n return mix(this, 'white', f, ...rest);\n};\n\nColor.prototype.shade = function (f = 0.5, ...rest) {\n return mix(this, 'black', f, ...rest);\n};\n"],"names":[],"mappings":";;;;AAIA,MAAM,UAAU,OAAO,SAAU,IAAI,QAAQ,MAAM;AAC/C,SAAO,IAAI,MAAM,SAAS,GAAG,GAAG,IAAI;AACxC;AAEA,MAAM,UAAU,QAAQ,SAAU,IAAI,QAAQ,MAAM;AAChD,SAAO,IAAI,MAAM,SAAS,GAAG,GAAG,IAAI;AACxC;","x_google_ignoreList":[0]}