Skip to content

Commit

Permalink
use fixed ml5.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Jul 4, 2024
1 parent 19689a7 commit 11aedab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
<script src="https://unpkg.com/ml5@0.12.2/dist/ml5.min.js" type="text/javascript"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion mouse/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js"></script>
<script src="https://unpkg.com/ml5@0.12.2/dist/ml5.min.js" type="text/javascript"></script>
</head>

<body>
Expand Down
5 changes: 3 additions & 2 deletions mouse/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ table {
margin: auto;
}

tr, td {
tr,
td {
border: 0px;
text-align: center;
text-align: center;
}

.mouse {
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ table {
margin: auto;
}

tr, td {
tr,
td {
border: 0px;
text-align: center;
text-align: center;
}

.mirror {
Expand Down

0 comments on commit 11aedab

Please sign in to comment.