🎨 Get beautiful images of your code in your favorite group of developers on Whatsapp.
Creating beautiful images with carbon.sh is great, but creating them while chatting on your favorite WhatsApp group of developers is much more amazing.
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
```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, [])
};
The following tools were used in the construction of the project:
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 ·