UNPKG

animejs

Version:

JavaScript animation engine

16 lines (10 loc) 254 B
/** * Anime.js - animation - CJS * @version v4.3.6 * @license MIT * @copyright 2026 - Julian Garnier */ 'use strict'; var animation = require('./animation.cjs'); exports.JSAnimation = animation.JSAnimation; exports.animate = animation.animate;