Skip to content

Instantly share code, notes, and snippets.

@DustinHigginbotham
Created April 28, 2014 21:49
Show Gist options
  • Select an option

  • Save DustinHigginbotham/11385049 to your computer and use it in GitHub Desktop.

Select an option

Save DustinHigginbotham/11385049 to your computer and use it in GitHub Desktop.
px.init({
apiKey: '',
userId: ''
});
px.on('done', function() {
console.log('Our image is ready!');
});
px(image).resize({ width: 100, height: 100 }).save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment