v6.0.0
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
Discord support server
https://neplextech.com/discord
What's Changed
- feat!: canvacord next by @twlite in #171
- fix(JSX): monkey patch layout issues by @twlite in #172
- chore(deps): bump @napi-rs/image from 1.6.1 to 1.7.0 by @dependabot in #173
- Feat: Added missing templates: Jail, Bed and Colorfy by @carefreeav09 in #174
- feat: added missing factory methods by @Rizina in #175
- feat: added missing factory methods missing in rewrite by @FroostyCodes in #176
- feat: added new factory method by @FroostyCodes in #177
- refactor(loadImage): use stream/consumers by @twlite in #179
- refactor: update assets factory by @twlite in #180
- feat: leaderboard card builder by @twlite in #181
- Release 6.0.0-beta.0 by @twlite in #182
- chore: add jsdoc comments and update readme by @twlite in #183
- chore: monorepo setup by @twlite in #187
- feat: docs outline by @twlite in #188
- feat: v6 docs by @twlite in #189
- fix: render new types by @twlite in #190
- chore: update FUNDING.yml by @twlite in #193
New Contributors
- @dependabot made their first contribution in #173
- @carefreeav09 made their first contribution in #174
- @Rizina made their first contribution in #175
- @FroostyCodes made their first contribution in #176
Full Changelog: v5.4.10...v6.0.0