UNPKG

@siluat/flubber

Version:

Best-guess methods for smoothly interpolating and animating between shapes.

5 lines (4 loc) 273 B
export { default as interpolate } from "./src/interpolate.js"; export { separate, combine, interpolateAll } from "./src/multiple.js"; export { splitPathString, toPathString } from "./src/svg.js"; export { fromCircle, toCircle, fromRect, toRect } from "./src/shape.js";