Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "ngx-kjua", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -56,2 +56,3 @@ [![NPM version](https://img.shields.io/npm/v/ngx-kjua.svg?&label=npm)](https://www.npmjs.com/package/ngx-kjua) | ||
[text]="'hello'" | ||
[renderAsync]="false" | ||
[render]="'image'" | ||
@@ -75,3 +76,2 @@ [crisp]="true" | ||
[image]="undefined" | ||
[renderAsync]="false" | ||
></ngx-kjua> | ||
@@ -81,2 +81,3 @@ ``` | ||
* `text` encoded content (defaults to ``) | ||
* `renderAsync` weather or not rendering is done inside "requestAnimationFrame"-call (defaults to `false`, use true if you want to generate more than one code (e.g. batch)) | ||
* `render` render pixel-perfect lines (defaults to `true`) | ||
@@ -101,1 +102,5 @@ * `minVersion` minimum version: 1..40(defaults to `1`) | ||
More details can be found on [larsjung.de/kjua](https://larsjung.de/kjua/) | ||
## TODO | ||
* Add an example for `renderAsync` where lots of codes are generated |
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
60335
103