Comparing version 1.0.13 to 1.0.14
{ | ||
"name": "ruxe", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -25,13 +25,13 @@ <div align="center"> | ||
The `wrap()` function requires atleast 1 parameter. And maximum of 2 parameters. The first parameter is the `string` that you would like to turn into a paragraph. And the second parameter is a configeration `object` consisting of at most 3 fields. Which are - | ||
`color` - Textcolor of the paragraph :string: | ||
`align` - Alignment format of the paragraph :string: | ||
`separateAt` - Words after which a new line is created :number: | ||
The `wrap()` function requires atleast 1 parameter. And maximum of 2 parameters. The first parameter is the `string` that you would like to turn into a paragraph. And the second parameter is a configeration `object` consisting of at most 3 fields. Which are - <br/><br/> | ||
`color` - Textcolor of the paragraph :string:<br/> | ||
`align` - Alignment format of the paragraph :string:<br/> | ||
`separateAt` - Words after which a new line is created :number:<br/> | ||
<br/><br/> | ||
By default `color` parameter is treated as `white`, the `align` parameter is treated as `left` and `separateAt` is treated as `13` | ||
<br/><br/> | ||
**Available Colors:** black, red, green, yellow, blue, magenta, cyan and white | ||
<br/> | ||
**Available Alignment Formats:** left and right (Center will be added in the next version.) | ||
<br/> | ||
## Example Usage | ||
@@ -38,0 +38,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8860