Source: index.js

/**
 * Copyright (c) 2015 NAVER Corp.
 * egjs projects are licensed under the MIT license
 */
import rotate from "./rotate";

/**
 * Version info string
 * @ko 버전정보 문자열
 * @name VERSION
 * @static
 * @type {String}
 * @example
 * eg.rotate.VERSION;  // ex) 2.2.0
 * @memberof eg.rotate
 */
rotate.VERSION = "#__VERSION__#";
module.exports = rotate;
comments powered by Disqus