var TextStyle = { font: '20px Arial', backgroundColor: null, fill: '#000', stroke: '#000', strokeThickness: 0, shadow: { offsetX: 0, offsetY: 0, color: '#000', blur: 0 }, align: 'left', tabs: 0, maxLines: 0, wordWrap: 0, bounds: { horizontal: 'left', vertical: 'top' } }; module.exports = TextStyle;