UNPKG
chromatism2
Version:
latest (3.0.2)
3.0.2
3.0.1
A simple set of utility functions for colours.
github.com/tehshrike/chromatism
tehshrike/chromatism
chromatism2
/
src
/
helpers
/
get-transform.js
6 lines
(4 loc)
•
122 B
JavaScript
View Raw
1
2
3
4
5
6
import
TRANSFORMS
from
'../constants/transforms'
export
default
function
getTransform
(
ref
) {
return
TRANSFORMS
[ref] }