Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 372 Bytes

CanvasDraw

This is an example application with a drawing component. It have the ability to switch colors from an array of hex codes (#ffffff) and to change the brush size from an array of numbers.

To try it

  • Clone this repository
  • cd ./CanvasDraw
  • npm install
  • npm install -g ionic
  • ionic serve

Screenshot