Socket
Socket
Sign inDemoInstall

pixel-class

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixel-class - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

17

package.json

@@ -13,3 +13,3 @@ {

"license": "MIT",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",

@@ -30,3 +30,14 @@ "scripts": {

"deffy": "^2.2.1"
}
}
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"resources/",
"menu/",
"cli.js",
"index.js"
]
}

30

README.md

@@ -0,1 +1,2 @@

# pixel-class [![PayPal](https://img.shields.io/badge/%24-paypal-f39c12.svg)][paypal-donations] [![Version](https://img.shields.io/npm/v/pixel-class.svg)](https://www.npmjs.com/package/pixel-class) [![Downloads](https://img.shields.io/npm/dt/pixel-class.svg)](https://www.npmjs.com/package/pixel-class) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/johnnyb?utm_source=github&utm_medium=button&utm_term=johnnyb&utm_campaign=github)

@@ -5,3 +6,3 @@

## Installation
## :cloud: Installation

@@ -12,7 +13,8 @@ ```sh

## Example
## :clipboard: Example
```js
"use strict";
const Pixel = require("pixel-class");

@@ -25,4 +27,5 @@

## Documentation
## :memo: Documentation
### `PixelClass(r, g, b, a)`

@@ -47,10 +50,19 @@ A tiny class for pixel manipulation.

## How to contribute
## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].
## Where is this library used?
## :dizzy: Where is this library used?
If you are using this library in one of your projects, add it in this list. :sparkles:
## License
- [`asciify-pixel`](https://github.com/IonicaBizau/asciify-pixel#readme)—Asciifies a pixel object.
- [`gm-tools`](https://github.com/IonicaBizau/gm-tools#readme)—Friendly tools for interacting with GraphicsMagick.
- [`image-parser`](https://github.com/IonicaBizau/image-parser#readme)—An image parser that works.
- [`lwip-pixels`](https://github.com/IonicaBizau/lwip-pixels#readme)—Get a matrix of pixels from a lwip image object.
- [`pixel-bg`](https://github.com/IonicaBizau/pixel-bg#readme)—Change the pixel background color.
## :scroll: License
[MIT][license] © [Ionică Bizău][website]

@@ -64,2 +76,2 @@

[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md
[docs]: /DOCUMENTATION.md
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