UNPKG

colorpath

Version:
20 lines (17 loc) 344 B
import tint from './tint' import shade from './shade' import mix from './mix' import findTint from './find-tint' import findShade from './find-shade' import findMixer from './find-mixer' import findPath from './find-path' const colorPath = { tint, shade, mix, findTint, findShade, findMixer, findPath } export default colorPath