xxxxxxxxxx
20
<html>
<head>
<meta charset="UTF-8">
<title>FaceApi Landmarks Demo</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<!-- <script src="https://unpkg.com/ml5@latest/dist/ml5.min.js" type="text/javascript"></script> -->
<script src="https://cdn.jsdelivr.net/gh/ml5js/Intro-ML-Arts-IMA@ml5-build-10-7-19/ml5_build/ml5.min.js"></script>
<style></style>
</head>
<script src="sketch.js"></script>
<body>
<h1>FaceApi Landmarks Demo</h1>
</body>
</html>