Skip to content

Hong-been/paintjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paintjs

Painting Board made with VanillaJS

Functions

1.The canvas to be drawn. (Background-default is White)

  1. Rightclick is prevented in the canvas area.
    1. Drawing could be in the canvas only and will be stopped outside.
  2. Select among 9 colors. (Default is Black)
  3. Move the range to adjust the line's width. (Default is the middle of range)
  4. 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".
  5. Download your paint when pushing the SAVE button (The title is "Painting_JS[EXPORT]" in Download folder)

기능

1.그림을 그릴 캔버스(배경색 기본값 흰색)

  1. 캔버스 위에서 마우스 우클릭 방지
  2. 캔버스 위에서만 그림이 그려지고 외부로 나가면 중지
  3. 9가지 색상 선택 기능(기본값 검정)
  4. 선의 굵기를 range로 조절(기본값 중간)
  5. FILL버튼을 누르면 전체 캔버스를 원하는 색으로 덮어쓰기 기능, FILL-PAINT로 버튼 내부 텍스트 토글 기능
  6. SAVE 버튼을 누르면 그린 그림 다운로드(다운로드 폴더로 "Painting_JS[EXPORT]" 제목으로 다운)

About

Painting Board made with VanillaJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published