UNPKG

animejs

Version:

JavaScript animation engine

19 lines (13 loc) 391 B
/** * Anime.js - svg - CJS * @version v4.3.6 * @license MIT * @copyright 2026 - Julian Garnier */ 'use strict'; var motionpath = require('./motionpath.cjs'); var drawable = require('./drawable.cjs'); var morphto = require('./morphto.cjs'); exports.createMotionPath = motionpath.createMotionPath; exports.createDrawable = drawable.createDrawable; exports.morphTo = morphto.morphTo;