UNPKG
@macrostrat/column-components
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-dev3
1.0.0-dev2
1.0.0-dev1
0.8.1
React rendering primitives for stratigraphic columns
UW-Macrostrat/web-components
@macrostrat/column-components
/
dist
/
chroma-js
/
src
/
interpolator
/
hcg.js
9 lines
(8 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
"../io/hcg/index.js"
;
import
interpolate_hsx
from
"./_hsx.js"
;
import
index
from
"./index.js"
;
const
hcg
= (
col1, col2, f
) => {
return
interpolate_hsx
(col1, col2, f,
"hcg"
); }; index.
hcg
= hcg;
//# sourceMappingURL=hcg.js.map