Comparing version 0.0.0 to 0.2.0
{ | ||
"name": "pleasejs", | ||
"version": "0.0.0", | ||
"version": "0.2.0", | ||
"description": "JS library to generate random pleasing colors/color schemes", | ||
@@ -5,0 +5,0 @@ "main": "please.js", |
@@ -1,4 +0,20 @@ | ||
PleaseJS | ||
#PleaseJS | ||
www.checkman.io/please | ||
======== | ||
JavaScript Library for creating random pleasing colors and color schemes | ||
JavaScript Library for creating random pleasing colors and color schemes. | ||
```javascript | ||
Please.make_color(); | ||
Please.make_scheme( | ||
{ | ||
h: 145, | ||
s: .7, | ||
v: .6 | ||
}, | ||
{ | ||
scheme_type: 'triadic', | ||
format: 'rgb-string' | ||
}); | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
29979
6
586
20
1