Skip to main content
This page is still a work in progress.
Canvacord’s image manipulation API works by allowing you to define how image should be processed by using a schema object. The schema object is a JavaScript object that defines the image manipulation process. This schema can generate both static as well as animated images.

Example

Check out Stewie Griffin example to see how you can create your own image manipulation function.

Usage

Structure