Skip to content

Instantly share code, notes, and snippets.

View tavoohoh's full-sized avatar
🏠
Working from home

Gustavo Santamaria tavoohoh

🏠
Working from home
View GitHub Profile
[
{
"name": "Afghanistan",
"code": "AF",
"image": "https://github.com/tavoohoh/assets/blob/master/countries/flags/af.svg",
"dialCode": "93",
"mask": "##-###-####"
},
{
"name": "Albania",
@tavoohoh
tavoohoh / gist:1b0ebdd1cef69fece515f120e293bbfb
Created August 8, 2023 21:01
HTML-template-style-reference
<h1 {email-title}>
title
</h1>
<p {email-paragraph}>
paragraph
</p>
<p {email-inline-paragraph}>
inline paragraph
@tavoohoh
tavoohoh / controllers.ts
Last active May 21, 2024 20:52
Zoom video
public SessionController = {
join: async () => {
const instance = Store.instance;
instance.loaders = {
...instance.loaders,
join: true,
};
const client = Client.get();