Skip to content

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

Notifications You must be signed in to change notification settings

surajk95/leetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published