Painting Board made with VanillaJS
1.The canvas to be drawn. (Background-default is White)
- Rightclick is prevented in the canvas area.
-
- Drawing could be in the canvas only and will be stopped outside.
- Select among 9 colors. (Default is Black)
- Move the range to adjust the line's width. (Default is the middle of range)
- Fill the whole canvas with the chosen color when clicking the FILL button and click the FILL button to change the text "FILL" to "PAINT".
- Download your paint when pushing the SAVE button (The title is "Painting_JS[EXPORT]" in Download folder)
1.그림을 그릴 캔버스(배경색 기본값 흰색)
- 캔버스 위에서 마우스 우클릭 방지
- 캔버스 위에서만 그림이 그려지고 외부로 나가면 중지
- 9가지 색상 선택 기능(기본값 검정)
- 선의 굵기를 range로 조절(기본값 중간)
- FILL버튼을 누르면 전체 캔버스를 원하는 색으로 덮어쓰기 기능, FILL-PAINT로 버튼 내부 텍스트 토글 기능
- SAVE 버튼을 누르면 그린 그림 다운로드(다운로드 폴더로 "Painting_JS[EXPORT]" 제목으로 다운)