UNPKG

p5.beholder

Version:

A p5 library to facilitate using the Beholder system for Aruco marker detection.

20 lines (19 loc) 509 B
<!DOCTYPE html> <html lang="en"> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js"></script> <script src="../../dist/p5.beholder.js"></script> <meta charset="utf-8" /> <title>SKETCH</title> <style> body { background-color: #444; } </style> </head> <body> <main></main> <script src="sketch.js"></script> </body> </html>