https://github.com/raphaelmos/paintjs
Déplacement dans nouveau répertoire pour paint en js
https://github.com/raphaelmos/paintjs
Last synced: about 1 year ago
JSON representation
Déplacement dans nouveau répertoire pour paint en js
- Host: GitHub
- URL: https://github.com/raphaelmos/paintjs
- Owner: Raphaelmos
- Created: 2022-01-14T00:59:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T20:49:25.000Z (over 2 years ago)
- Last Synced: 2024-02-28T21:44:43.486Z (over 2 years ago)
- Language: JavaScript
- Homepage: https://raphaelmos.github.io/paintjsonline/
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Application Paint
To access the paint online use the following link : https://raphaelmos.github.io/paintjsonline
You can also download it.
```
git clone https://github.com/Raphaelmos/paintjs.git
```
The start objectives of this project :
- Have a proper canvas ✅
- Have different colors available to the user ✅
- Save / Reset ✅
- Change the size of the brush ✅
### Possible improvements :
- Remove the plain looking landing page and have it more inviting.
- New shapes
- New button features like :
- Text on the canvas
- Open a existing image ✅
- Have a whole menu for "Help" on how to use the application
## *Footnote : No deployment with this repository, only the other one is used for it while this one is on testing side*
## French
Déplacement dans nouveau répertoire pour paint en js
Pour accéder au paint, il faut télécharger le dossier et lancer la page html.
Accès possible en ligne : https://raphaelmos.github.io/paintjsonline/#
Objectifs :
- Faire un cadre avec une zone dessinable ✅
- Avoir des couleurs ✅
- Avoir des options / sauvegarder reset pot de peinture etc.. ✅