wywordcloud
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "wywordcloud", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "wy word cloud dp", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -75,4 +75,2 @@ var WordCloud = require('./wordcloud2') | ||
if (this._option && /\.(jpg|png)$/.test(this._option.imageShape)) { | ||
console.log('img', '《《 75 行 左右》》'); | ||
_imageShape.call(this, this._option) | ||
@@ -308,3 +306,3 @@ } else if (this._option.shape === 'circle') { | ||
} | ||
img.src = option.imageShapeColor; | ||
img.src = option.imageShapeColor || option.imageShape; | ||
} | ||
@@ -311,0 +309,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
61798
1480