Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

caravaggio

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

caravaggio

A blazing fast image processor service

  • 3.9.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source
caravaggio logo

Caravaggio

pipeline status coverage report

A blazing fast ⚡ image manipulation service.

Read the complete documentation at caravaggio.ramielcreations.com

Note

From version 2.x this project is ready for production. If you have still version 1.x, upgrade please. There is no migration guide since the first version was intended for test only

Installation

NPM

npm i -g caravaggio
caravaggio

Docker

An image is provided

docker pull ramielcreations/caravaggio
docker run --name caravaggio -p 8565:8565 -dti ramielcreations/caravaggio:latest

Refer to the page on the docker store for its configuration

Git

You can run caravaggio directly from the git repository, but it's meant for development purpose only.

git clone git@gitlab.com:ramiel/caravaggio.git
cd caravaggio
npm install
npm run dev

Using the service

The service is avaiable at http://localhost:8565/

and can be used sending a set of options and an image:
http://localhost:8565/rotate:90?image=https://image.com/pony.jpg

Available operations

Please, refer to the documentation to know what are the available operations.

Thank you

This project is possible thanks to

  • sharp - A js image processing library
  • micro - A fast microservice library
  • A lot of other great developers
  • The amazing photographers on pexels.com

Licensing

This package is free to use for non-commercial purposes.
For commercial purposes it is free to use for a trial period under the terms of the Prosperity Public License.

Licenses for long-term commercial use are available via licensezero.com.

licensezero.com pricing

Keywords

FAQs

Package last updated on 22 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc