Skip to content

Instantly share code, notes, and snippets.

@DazWilkin
Last active December 21, 2017 02:47
Show Gist options
  • Save DazWilkin/c84d4b0dd2d55fac3f13706e3f86bf4c to your computer and use it in GitHub Desktop.
Save DazWilkin/c84d4b0dd2d55fac3f13706e3f86bf4c to your computer and use it in GitHub Desktop.
Google Cloud Storage “Downsizer”
{
"name": "gcs-downsizer",
"version": "0.0.1",
"description": "Downsize image files to thumbnails stored to GCS",
"scripts": {
"start": "node index.js"
},
"author": "Your Name <[email protected]>",
"dependencies": {
"@google-cloud/storage": "1.5.1",
"fast-crc32c": "1.0.4",
"imagemagick-stream": "4.1.1"
},
"devDependencies": {},
"engines": {
"node": ">=4.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment