├── .prettierrc ├── README.md ├── favicon.ico ├── github-mark.svg ├── index.html ├── script.js └── style.css /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/.prettierrc -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/README.md -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/favicon.ico -------------------------------------------------------------------------------- /github-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/github-mark.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/michalosman/etch-a-sketch/HEAD/style.css --------------------------------------------------------------------------------