scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

Added Error Callback and Changed console.log() #6

Open JustAnOpossum opened 7 years ago

JustAnOpossum commented 7 years ago

Added an error callback to all functions, so instead of function(status) its function(err, status).

console.log(query) is now debug(query).

Added a debug(err) for all functions.

Status is now a number, 100 for success and 101 for an error.