{ 
      imageObj      : [],           //存放图片对象
      arrangement   : "horizontal", //verticality 对齐方式
      fontCut       : 500,          //文字截取(500个字符内)
      defaultWidth  : 100,          //默认初始宽度
      defaultHeight : 100,          //默认初始高度
      animateWidth  : 600,          //默认放大宽度
      animateHeight : 200,          //默认放大高度
      response      : true,         //是否使用响应式
      styleColor    : {"background":"white","font":"#333333","textShadow":"0px 0px 1px green"}, //自定义遮罩颜色样式
      animateTime   : "0.5s",       //动画速度
    };