Add bonus 4

bangalore
Zubair Desai 8 years ago committed by GitHub
parent 3b6bcefb00
commit a206733492
  1. 4
      README.md

@ -39,6 +39,10 @@ Add a color picker which allows the user to select any brush color using the [`<
Research [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Storage/LocalStorage) and make a way to Save and Load a drawing. Research [JSON.stringify](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) and [JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) as a way to put the drawing into LocalStorage.
### Bonus 4
Create a fill tool that will [flood fill](https://en.wikipedia.org/wiki/Flood_fill) boundaries with a chosen paint color.
### Deployment

Loading…
Cancel
Save