Comparing version 0.0.14 to 0.0.15
{ | ||
"name": "6px", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Node.js module for 6px", | ||
@@ -17,3 +17,5 @@ "main": "index.js", | ||
"manipulation", | ||
"saas" | ||
"processing", | ||
"saas", | ||
"paas" | ||
], | ||
@@ -20,0 +22,0 @@ "author": "6px.io", |
@@ -1,7 +0,14 @@ | ||
NodeJS 6px SDK | ||
============ | ||
Node.js module for 6px | ||
====================== | ||
Wrapper to the 6px image processing API. Includes methods to make the process of sending over jobs easier. | ||
Node.js module for interacting with the [6px API](http://6px.io). This module includes methods to make the process of sending images to 6px for processing easier. | ||
More examples can be found in the examples directory, but here's a sample of adding a watermark to an image. | ||
## Getting Started | ||
Install the NPM package: | ||
```bash | ||
$ npm install 6px | ||
``` | ||
More examples can be found in the examples directory, but here's a sample of adding a watermark to an image: | ||
```javascript | ||
@@ -8,0 +15,0 @@ var px = require('6px')({ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
500736
91
2