3 lines
107 B
JavaScript
Raw Normal View History

export { default as GradientPath } from './GradientPath';
export { getData, strokeToFill } from './_data';