UNPKG

vue-app-sdk

Version:
11 lines (10 loc) 221 B
import { Animation } from "./Animation.js"; import { ANIMATION_ID } from "./Animation.js"; function createAnimation(options) { return new Animation(options); } export { ANIMATION_ID, Animation, createAnimation };