Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loopystudios/chat_bubbles

Chat bubble SVG generator
https://github.com/loopystudios/chat_bubbles

Last synced: 24 days ago
JSON representation

Chat bubble SVG generator

Awesome Lists containing this project

README

        

# Chat Bubbles

Usage:

```rs
let text_width: f32 = 50.0;
let text_height: f32 = 75.0;
let svg: String = chat_bubbles::create(text_width, text_height);
```

Notes:

- Due to padding and rounding currently being hardcoded, overlay your text relative the center of the svg's canvas.

![Example Bubble](example.svg)