This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Settings - | |
| Word Wrap: yes | |
| Tab Size: 2 | |
| Extensions - | |
| Bracket Pair Colorizer | |
| CSS Peek | |
| Debugger For Chrome | |
| ES7 React/Redux/GraphQL/React-Native snippets | |
| ESLint |
NewerOlder