UNPKG

@tokens-studio/sd-transforms

Version:

Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio

3 lines (2 loc) 109 B
import Color from 'colorjs.io'; export declare function transparentize(color: Color, amount: number): Color;