Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyklee committed May 23, 2019
1 parent 124b644 commit bb25110
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Getting Started with ml5.js</title>
<script src="https://unpkg.com/ml5@0.3.0/dist/ml5.min.js"></script>
</head>

<body>
<script src="sketch.js"></script>
</body>
</html>
3 changes: 3 additions & 0 deletions sketch.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Your code will go here
// open up your console - if everything loaded properly you should see 0.3.0
console.log('ml5 version:', ml5.version);

0 comments on commit bb25110

Please sign in to comment.