module.exports = { "kongming" : { size: 51, width: 298, height: 184, textArr: [{ text: '什么 宝马,什么 奔驰', arr: [5,14] }, { text: '老子秒天,秒地,秒思域', arr: [19,43] }] }, "sorry" : { size: 166, width: 300, height: 168, textArr: [{ text: '111', arr: [10,16] }, { text: '222', arr: [26,35] }, { text: '333', arr: [43,59] }, { text: '444', arr: [62,79] }, { text: '555', arr: [82,92] }, { text: '666', arr: [96,104] }, { text: '777', arr: [111,130] }, { text: '888', arr: [145,155] }, { text: '999', arr: [157,166] }] } }