Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surajk95/leetify
Awesome Leet Code effect for webpages. Built completely with Vanilla JS.
https://github.com/surajk95/leetify
leet-generator leetcode matrix-effect vanilla-javascript vanilla-js
Last synced: 19 days ago
JSON representation
Awesome Leet Code effect for webpages. Built completely with Vanilla JS.
- Host: GitHub
- URL: https://github.com/surajk95/leetify
- Owner: surajk95
- Created: 2019-03-08T08:42:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T09:32:34.000Z (almost 6 years ago)
- Last Synced: 2024-11-22T11:42:45.970Z (3 months ago)
- Topics: leet-generator, leetcode, matrix-effect, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage: https://surajk95.github.io/leetify/
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetify
Awesome leetcode effect for your webpage.
Built completely with Vanilla JS.## Live preview at https://surajk95.github.io/leetify/
# 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
>
>
> window.onload=leetify(
> 'leetify',
> 'white',
> '32px'
> );
>
>
> 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.