Skip to content

loopystudios/chat_bubbles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Chat bubble SVG generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published