Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gradient-creator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient-creator - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"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 */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc