Skip to content

Commit

Permalink
Introduce ScaleFamily type. Added D3js to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehadlow committed Aug 29, 2018
1 parent 1114a54 commit 39e732f
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 149 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
npm-debug.log
package-lock.json
4 changes: 4 additions & 0 deletions docs/gtr-cof.js

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

2 changes: 1 addition & 1 deletion docs/gtr-cof.js.map

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
</p>
</div>
</div>
<div class="dropdown">
<div class="menu">Scale</div>
<div id="scale-dropdown" class="dropdown-content">
</div>
</div>
<div class="dropdown">
<div class="menu">Tunings</div>
<div id="tuning-dropdown" class="dropdown-content">
Expand All @@ -78,12 +83,12 @@
</div>
</div>
<div class="content">
<svg id="chromatic" width="500" height="500" />
<svg id="modes" width="160" height="500" />
<svg id="cof" width="500" height="500" />
<svg id="gtr" width="1500" height="300" />
<svg id="chromatic" width="500" height="500"></svg>
<svg id="modes" width="160" height="500"></svg>
<svg id="cof" width="500" height="500" ></svg>
<svg id="gtr" width="1500" height="300" ></svg>
</div>
<script src="http://d3js.org/d3.v2.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="gtr-cof.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
34 changes: 16 additions & 18 deletions node_modules/@types/d3/README.md

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

Loading

0 comments on commit 39e732f

Please sign in to comment.