Skip to content

Instantly share code, notes, and snippets.

@nirmalpaul383
nirmalpaul383 / OSBM_demo.html
Last active November 2, 2021 18:35 — forked from mac2000/index.html
OSBM.js demo
<!DOCTYPE html>
<html>
<head>
<title>OSBM Demostration</title>
<!-- The original project(https://gist.github.com/mac2000/fc54e6d6bdcbfde28b03dc2a43611270) is for demonstrating the power of Brain.js by Alexandr Marchenko (https://gist.github.com/mac2000) ;
On the other hand, this project is a small modification of his works to demonstrate the usages of my(N Paul)(https://github.com/nirmalpaul383) self-made library called OSBM.js(https://github.com/nirmalpaul383/OSBM) -->
<script src="https://cdn.jsdelivr.net/gh/nirmalpaul383/OSBM/OSBM.js"></script>
<script>
function DrawableCanvas(el) {
const px = 10