export default (function () { function t() { // json模板 options 对应键值 key this.name = "scale"; } // 涉及修改元素样式, 添加一个 css 方法 // t: 元素对象, e 参数值 return t.prototype.css = function (t, e) { if (t && t.length) { if (e) return t.css('transform', 'scale(' + e + ')'); } return null; }, // 创建 DOM t.prototype.createTarget = function (t, i, e) { // t: 元素对象,i: 元素options, e: 元素printElementType return this.target = $('