Skip to content

Commit

Permalink
Merge pull request #2 from rajnandan1/npminit
Browse files Browse the repository at this point in the history
convert to es6 module
  • Loading branch information
rajnandan1 authored Jul 8, 2022
2 parents b770ff8 + 229373f commit 5ff64af
Show file tree
Hide file tree
Showing 10 changed files with 5,662 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
/node_modules/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can register any key. To run it will bind an event with your specified key a
## Installation
From CDN
```
<script src="https://cdn.jsdelivr.net/gh/rajnandan1/floodlightjs@1.0.2/dist/floodlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/rajnandan1/floodlightjs@1.0.3/dist/floodlight.min.js"></script>
```
## Demo
[Live instance of Floodlight](https://rajnandan1.github.io/floodlightjs/index.html)
Expand Down
25 changes: 20 additions & 5 deletions dist/floodlight.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5ff64af

Please sign in to comment.