v0.3.0 justifyLines, lineHeight and allowNewLine

This commit is contained in:
Vadim Namniak
2015-01-25 14:53:51 -05:00
parent 055cdaeb13
commit 9b2c460a69
5 changed files with 272 additions and 194 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "canvas-text-wrapper",
"description": "JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with optional alignments and padding.",
"version": "0.2.3",
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.",
"version": "0.3.0",
"license": "MIT",
"main": "CanvasTextWrapper.min.js",
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
@@ -13,4 +13,4 @@
"bugs": {
"url": "https://github.com/namniak/CanvasTextWrapper/issues"
}
}
}