Skip to content

CleoMenezesJr/messageToCarbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MessageToCarbon

🎨 Get beautiful images of your code in your favorite group of developers on Whatsapp.

💭 Description:

Creating beautiful images with carbon.sh is great, but creating them while chatting on your favorite WhatsApp group of developers is much more amazing.

🕹️ Usage:

Just by adding three crasis quotes (```) before the code, you will tell messageToCarbon that it should transform that message into an image made in Carbon.sh

Example:

```const unfold = (f, seed) => {
  const go = (f, seed, acc) => {
    const res = f(seed)
    return res ? go(f, res[1], acc.concat([res[0]])) : acc
  }
  return go(f, seed, [])
};

Output:

Basic example

💻 Tech Stack:

The following tools were used in the construction of the project:

©️ Copyrights

Licensed with MIT. The person who made this has nothing to do with Carbon and WhatsApp. Therefore All rights reserved to Carbon and WhatsApp.


LinkedIn Cleo-menezes-jr  ·  GitHub CleoMenezes  ·  Twitter @Menemezis  ·  Instagram @cleo.menemezes  · 

About

Get beautiful images of your code in your favorite group of developers on Whatsapp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published