cristyansv / cloud-functions-resize-proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cloud-functions-resize-proxy

Allows to use Google Cloud Functions as a proxy for image processing, similar to Cloudinary Fetch using sharp, if the browser supports WebP, then transform the image to this format.

Deploy

when creating the function assign as much memory as possible, at this moment the limit is 2GB

the easiest way is to use the integrated google cloud editor and copy index.js and package.json to your desktop

another solution is to download this repository as a zip file and upload it directly to Google Cloud unctions

known issues

is probably not viable to use in production, it should be taken more as an experiment.

The start time of a Cloud Function is approximately 200ms.


MIT License

Copyright (c) 2018 Cristyan Sepúlveda V

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

License:MIT License


Languages

Language:JavaScript 100.0%