lorem-ipsum-tc
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "lorem-ipsum-tc", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Tool for creating Traditional Chinese lorem ipsum", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,5 +12,10 @@ # lorem-ipsum-tc | ||
loremIpsumTC.createChar(charList) | ||
loremIpsumTC.createLine(withLoren, numOfChar, charList) | ||
loremIpsumTC.createParagraph(withLoren, numOfLine, charList) | ||
loremIpsumTC.createChar() | ||
// Create a random character. | ||
loremIpsumTC.createLine() | ||
// Create a random line. | ||
loremIpsumTC.createParagraph() | ||
// Create a random paragraph. | ||
``` | ||
@@ -42,8 +47,8 @@ | ||
- numOfChar | ||
- numOfChar: number | ||
The number of characters would be created.("羅倫" is NOT counted.) | ||
The number of characters would be created.(ps. "羅倫" is NOT counted.) | ||
The default is random from 2 to 21. | ||
- numOfLine | ||
- numOfLine: number | ||
@@ -50,0 +55,0 @@ The number of lines would be created. |
11953
63