Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 313 Bytes

File metadata and controls

15 lines (10 loc) · 313 Bytes

Chat Bubbles

Usage:

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