neplextech/canvacord

V6 Roadmap

twlite opened this issue · 0 comments

twlite commented
  • polyfill previous APIs
  • create templates and templating api
  • create nodes for text, image, shapes rendering

ImageManipulation

  • Allow chaining multiple methods
const result = await method1()
  .method2()
  .method3()
  .encode(format?);