text-drawing
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,3 +0,3 @@ | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-05-06) | ||
<a name="1.0.2"></a> | ||
## 1.0.2 (2018-05-06) | ||
@@ -7,5 +7,5 @@ | ||
* 支持将空格转换为半个中文字符 ([201abfb](https://github.com/parksben/text-drawing/commit/201abfb)) | ||
* 支持将空格转换为半个中文字符 ([0638cf9](https://github.com/parksben/text-drawing/commit/0638cf9)) | ||
{ | ||
"name": "text-drawing", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A lightweight library contains some methods to create a string as your character drawing, you can also use it for more uses such as canvas.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main.js", |
@@ -5,3 +5,3 @@ # Text Drawing | ||
<pre style="color:#f00;background:#333;text-align:center;"> | ||
<pre style="color:#f00;background:#222;text-align:center;"> | ||
11111111111111111 111 111 | ||
@@ -40,4 +40,16 @@ 1111111111111111111 111111111111111 11111 11111 | ||
## Method & Usage | ||
## Install | ||
<pre style="color:#fff;background:#333;text-align:left;"> | ||
yarn add text-drawing | ||
</pre> | ||
or | ||
<pre style="color:#fff;background:#333;text-align:left;"> | ||
npm i text-drawing | ||
</pre> | ||
## Methods & Usages | ||
### 1. Word to drawing | ||
@@ -305,2 +317,2 @@ | ||
MIT license | ||
MIT License |
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
133277
316