UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

15 lines 385 B
import colorCompare from './colorCompare.js'; import colorScale from './colorScale.js'; import curve from './curve.js'; import mathExpression from './mathExpression.js'; import number from './number.js'; import swatch from './swatch.js'; export const nodes = [ colorCompare, colorScale, curve, mathExpression, number, swatch ]; //# sourceMappingURL=index.js.map