DenverCoder1 / readme-typing-svg

⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text for use on your profile page, repositories, or website.
https://readme-typing-svg.demolab.com
MIT License
5.4k stars 841 forks source link

refactor: Improved clipboard copying code #262

Closed neerajkumarc closed 9 months ago

neerajkumarc commented 9 months ago

Summary

Improved the clipboard code by replacing the deprecated document.execCommand with the modern Clipboard API (navigator.clipboard.writeText).

How Has This Been Tested?