mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-03 05:24:47 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ae38b6eb8 | |||
| eaf4897b0c |
@@ -44,6 +44,8 @@ NOTE: if a single word is too long to fit the width with specified font size, it
|
|||||||
##Usage
|
##Usage
|
||||||
Configure context settings properties such as "fillStyle", "lineWidth" or "strokeStyle" before using CanvasTextWrapper like so:
|
Configure context settings properties such as "fillStyle", "lineWidth" or "strokeStyle" before using CanvasTextWrapper like so:
|
||||||
```
|
```
|
||||||
|
var CanvasTextWrapper = require('canvas-text-wrapper').CanvasTextWrapper;
|
||||||
|
|
||||||
var canvas = document.getElementById("#canvasText");
|
var canvas = document.getElementById("#canvasText");
|
||||||
canvas.width = 200;
|
canvas.width = 200;
|
||||||
canvas.height = 200;
|
canvas.height = 200;
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "canvas-text-wrapper",
|
"name": "canvas-text-wrapper",
|
||||||
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.",
|
"description": "Pure JavaScript canvas text wrapper that automatically splits a string into lines on specified rule with alignment and padding.",
|
||||||
"version": "0.3.2",
|
"version": "0.4.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "CanvasTextWrapper.min.js",
|
"main": "CanvasTextWrapper.min.js",
|
||||||
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
|
"homepage": "http://namniak.github.io/CanvasTextWrapper/",
|
||||||
|
|||||||
Reference in New Issue
Block a user