Skip to content

Instantly share code, notes, and snippets.

View keinydev's full-sized avatar

Keiny Pacheco Cárcamo keinydev

  • Wompi
  • Colombia
View GitHub Profile
@mac2000
mac2000 / index.html
Created March 25, 2018 11:28
brain.js demo
<!DOCTYPE html>
<html>
<head>
<title>brain.js</title>
<script src="https://cdn.rawgit.com/BrainJS/brain.js/develop/browser.js"></script>
<script>
function DrawableCanvas(el) {
const px = 10
const ctx = el.getContext('2d')
let x = []