UNPKG

avg-core-ts

Version:

Develop Adventure Game (or ADV, Visual Novel, Galgame, etc.) on your own!

16 lines (12 loc) 345 B
/** * @file Tween module * @author MicroMatrix <yangpan.1985@bytedance.com> * @copyright 2012-2020 bytedance * @link git@code.byted.org:yangpan.1985/avg.git */ import Tween from './Tween'; import builder from './util'; import Easing from './easing'; Tween.builder = builder; Tween.Easing = Easing; export { Tween };