A tool to make your GitHub README impossible to ignore 🚀
A new tool called ScribeSVG has been developed to enhance GitHub READMEs with dynamic typing animations. This tool allows users to customize text with various fonts, colors, and layouts, making their profiles more visually appealing. It simplifies the process by providing a visual builder that generates the necessary Markdown code for users.
- ▪ScribeSVG is a customizable typing animation generator for GitHub READMEs.
- ▪It offers over 14 developer fonts and options for linear gradients and neon glows.
- ▪The tool includes a visual builder that generates Markdown code without requiring coding skills.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 457133) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Dhanush N Posted on May 23 A tool to make your GitHub README impossible to ignore 🚀 #github #webdev #opensource #showdev Projects (10 Part Series) 1 Whatsapp Portfolio Website 2 Build a breakout game ... 6 more parts...
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).