kute.js/src/process/process.js
thednp 933d61de19 Changes:
* added ESLint and updated all code base 
* updated SVGPathCommander, CubicBezier, shorter-js, minifill
* updated polyfills
* minor CSS fixes
2021-03-30 09:23:29 +00:00

12 lines
305 B
JavaScript

import getInlineStyle from './getInlineStyle.js';
import getStyleForProperty from './getStyleForProperty.js';
import getStartValues from './getStartValues.js';
import prepareObject from './prepareObject.js';
export default {
getInlineStyle,
getStyleForProperty,
getStartValues,
prepareObject,
};