UNPKG

animejs

Version:

JavaScript animation engine

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