Saving Images and Base64 Encoding
Back 14 / 20
Let's add an image from the webcam to our database. For this project, we will be using the p5.js JavaScript library!
Tutorial series on learning to code with p5.js
p5.js is a JavaScript library for creative coding, with a focus on making coding accessible.
The Processing Foundation is the parental organization of p5.js and Processing.
Wikipedia entry on Base64, a data encoding format for images.
HTMLCanvasElement.toDataURL() on the MDN Web Docs.