UNPKG

animejs

Version:

JavaScript animation engine

9 lines (7 loc) 155 B
/** * Anime.js - scope - ESM * @version v4.3.6 * @license MIT * @copyright 2026 - Julian Garnier */ export { Scope, createScope } from './scope.js';