UNPKG

animejs

Version:

JavaScript animation engine

9 lines (7 loc) 175 B
/** * Anime.js - animatable - ESM * @version v4.3.6 * @license MIT * @copyright 2026 - Julian Garnier */ export { Animatable, createAnimatable } from './animatable.js';