Skip to content

v6.0.0

Compare
Choose a tag to compare
@twlite twlite released this 31 Dec 15:09
· 15 commits to main since this release

Canvacord v6.0.0 is here!

馃殌 Easily generate images using html and css 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.

Features

  • 馃獰 Open source, no privacy issues, 100% transparent - Canvacord is completely open source and free to use. This makes everything transparent and you can even contribute to the project. Best of all, you dont have to worry about privacy issues 馃槉.
  • 馃挭 Easy to use - Canvacord provides a simple api to generate images on-the-fly.
  • 馃帹 Customizable - You can create your own templates and builders to generate images. Canvacord allows you to define how your image should look using html and css. No more hassle learning complicated canvas api.
  • 馃殌 Fast - Canvacord is powered by highly optimized, battle tested libraries, which makes it fast and reliable.
  • 馃敀 Typescript support - Canvacord is written in typescript and provides type definitions out of the box.
  • 馃摳 Wide formats support - Canvacord supports many image formats such as png, jpeg, webp, gif, svg, etc.
  • 馃搫 Wide range of templates - Canvacord provides many built-in templates to generate images such as triggered gif, beautiful image, facepalm image, etc. to quickly generate that meme you saw on reddit 馃ぁ. No need to touch complicated canvas api, just a simple schema object is enough.

Installation

$ npm install canvacord

Canvacord stays away from node-gyp based dependencies, so you don't have to worry about weird errors while installing the library. Although canvacord utilizes @napi-rs/canvas under the hood, it is recommended to use the builder api for image generation. Only utilize the canvas api if you need to perform image manipulation.

Documentation

https://canvacord.js.org

Discord support server

https://neplextech.com/discord

What's Changed

New Contributors

Full Changelog: v5.4.10...v6.0.0