vue-app-sdk
Version:
10 lines (9 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const Animation = require("./Animation.cjs");
function createAnimation(options) {
return new Animation.Animation(options);
}
exports.ANIMATION_ID = Animation.ANIMATION_ID;
exports.Animation = Animation.Animation;
exports.createAnimation = createAnimation;