mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-03 06:15:53 +08:00
added bower & npm repositories
This commit is contained in:
+2
-1
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "canvas-text-wrapper",
|
||||
"description": "Javascript canvas text wrapper that automatically breaks the text into lines on a rule of your choice with available horizontal and vertical align options.",
|
||||
"description": "JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with optional alignments and padding.",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"main": "CanvasTextWrapper.min.js",
|
||||
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/namniak/CanvasTextWrapper"
|
||||
|
||||
Reference in New Issue
Block a user