neplextech / canvacord

Easily generate images using react-like components in nodejs. Canvacord is suitable for creating dynamic images such as social media posts, greetings cards, memes, etc. It is also possible to create your own templates and builders to generate images. You are only limited by your imagination.
https://canvacord.neplex.dev
GNU General Public License v3.0
254 stars 72 forks source link

V6 Roadmap #160

Closed twlite closed 9 months ago

twlite commented 1 year ago

ImageManipulation

const result = await method1()
  .method2()
  .method3()
  .encode(format?);