/leetify

Awesome Leet Code effect for webpages. Built completely with Vanilla JS.

Primary LanguageJavaScript

leetify

Awesome leetcode effect for your webpage.
Built completely with Vanilla JS.

Installation

Copy leetify.js file to your webpage directory.
Change/Make id="leetify" of the div, or the element where you want the effect.
Insert

<script src="leetify.js" async></script> <script> window.onload=leetify( 'leetify', 'white', '32px' ); </script>

before closing the body tag.

You can change the text, color of text, font size, and speed of animation.

Refer to the demo index.html file to see how it should be done.