Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
david6983 committed Jul 10, 2020
0 parents commit 80e9915
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
Empty file added README.md
Empty file.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Fuzzy ADSR</title>
<script src="lib/fuzzyis-v1.0.0.js"></script>
<script src="main.js"></script>
</head>
<body>

</body>
</html>
2 changes: 2 additions & 0 deletions lib/fuzzyis-v1.0.0.js

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

2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const sys = new fuzzyis.FIS("tip syystem");
console.log(sys)

0 comments on commit 80e9915

Please sign in to comment.