Block or Report
Block or report vmaliwal
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
varun.io Public
Personal website work in progress. Built with React, Gatsby, GraphQL & MDX. Visit https://varun.io
JavaScript
-
-
1
(() => {
2// get canvas by id
3// get canvas by id
4const canvas = document.querySelector("#myCanvas")
5 -
1
<!DOCTYPE html>
2<html lang="en">
3<head>
4<meta charset="UTF-8">
5<title>Super Simple Canvas</title>