cherry-box
Advanced tools
+2
-2
@@ -1,2 +0,2 @@ | ||
| import { textBox } from './lib/textBox.js'; | ||
| export { textBox }; | ||
| import { textBox, wrapText } from './lib/textBox.js'; | ||
| export { textBox, wrapText }; |
+1
-1
| { | ||
| "name": "cherry-box", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "A node-canvas package filled with utilities, manage text boxes easily and more", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+0
-10
@@ -34,12 +34,2 @@ import { textBox, wrapText } from "./lib/textBox.js"; | ||
| } | ||
| }, | ||
| { | ||
| text: "E", | ||
| color: "blue", | ||
| font: "Ubuntu" | ||
| }, | ||
| { | ||
| text: "Never Gonna Give You Up is the debut single recorded by English singer and songwriter Rick Astley, released on 27 July 1987.", | ||
| color: "green", | ||
| font: "Ubuntu" | ||
| } | ||
@@ -46,0 +36,0 @@ ] |
13562
-1.88%180
-5.26%