Skip to content

Instantly share code, notes, and snippets.

View amantheroot's full-sized avatar
🖥️
Doing Stuff

Aman Kumar amantheroot

🖥️
Doing Stuff
  • Hyderabad, India
View GitHub Profile
@amantheroot
amantheroot / excanvas.js
Created February 1, 2019 01:47
HTML5 CheatSheet By Derek Banas
function init(){
var canvas = document.getElementById("canvas");
if(canvas.getContext){
// The ctx object provides functions to paint on the canvas
var ctx = canvas.getContext("2d");
// Pick the color to use
ctx.fillStyle = "#FAEBD7";
@amantheroot
amantheroot / vscode.txt
Created February 1, 2019 00:56
Recommended Settings And Extensions For VSCODE
Settings -
Word Wrap: yes
Tab Size: 2
Extensions -
Bracket Pair Colorizer
CSS Peek
Debugger For Chrome
ES7 React/Redux/GraphQL/React-Native snippets
ESLint