gradient-creator
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "gradient-creator", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# Gradient Creater | ||
# Gradient Creator | ||
@@ -7,12 +7,20 @@ A tiny Javascript plugin to create specified amount of gradient colors between two colors provided | ||
Use the Node Package Manager [NPM](https://www.npmjs.com/) to install Gradient Creater. | ||
Use the Node Package Manager [NPM](https://www.npmjs.com/) to install Gradient creator. | ||
```bash | ||
npm i gradient-creater | ||
npm i gradient-creator | ||
``` | ||
## Live Demo | ||
Head to see the plugin in [action](https://hakimuddinhh.github.io/gradient-creator/) | ||
```bash | ||
npm i gradient-creator | ||
``` | ||
## Usage | ||
```node | ||
import { createGradient } from 'gradient-creater'; | ||
import { createGradient } from 'gradient-creator'; | ||
@@ -19,0 +27,0 @@ const startColor = '#ff0000'; /* Red */ |
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
4119
39