Skip to content

Instantly share code, notes, and snippets.

View Manish-Kumar317's full-sized avatar

Manish Kumar Manish-Kumar317

  • Erode, Tamilnadu, India-638003
View GitHub Profile
@Manish-Kumar317
Manish-Kumar317 / color.html
Created August 28, 2016 07:45
color quad
<!doctype html>
<html>
<body>
<canvas width = "570" height = "570" id = "my_Canvas"></canvas>
<script>
</script>
<script id="jsbin-javascript">
@Manish-Kumar317
Manish-Kumar317 / Traingle.html
Created August 27, 2016 16:59
Graphics in js
<!doctype html>
<html>
<body>
<canvas width = "300" height = "300" id = "my_Canvas"></canvas>
<script>
</script>