Skip to content

wook2124/Paint_JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paint_JS

Painting Board made with Vanilla JS.

Demo Link

Demo Video

Project Description

This is a paint site. Refer to the Feature below for the functions and enjoy your drawing!🤗
그림을 그릴 수 있는 웹페이지입니다. 기능들은 아래 Feature를 참고해주세요.

Feature

  • Draw a line (선으로 그리기)
  • Change brush size (브러쉬 사이즈 변경)
  • Fill canvas (캔버스 전체 색칠하기)
  • Clear canvas (캔버스 초기화하기)
  • Save your drawing (그림 파일로 저장하기)
  • Change color (색 변경)

Customization: How to run this project

Very simple. Click Paint_JS and Enjoy!
Paint_JS를 클릭하고 사용하면 됩니다.

What I used for this project

  • HTML
  • CSS
  • JavaScript