KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
JavaScriptSimplePaintApp
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
newtetris
:
微信小游戏俄罗斯方块
corebox
:
Combination of some common desktop apps
VexIQMotor
:
Vex IQ motor controls for Arduino usage.
awesome-cv-fixed
:
Awesome CV - Fixed Skills Section
just_debounce_it
:
A simple debounce library for Dart.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
JavaScriptSimplePaintApp
?
Download (.md)
# JavaScriptSimplePaintApp Application is written using Plain JavaScript & HTML - no third party libraries like KineticJS or jQuery is used. ----------------------------------------------------------------------------------------------------------------------- -Description: ----------- - Simple Paint App using HTML5 Canvas Element that lets users to draw Triangles on the canvas by clicking & dragging the mouse like in Windows Paint App - Size of Triangles should depend on how much the user drags the mouse. - Automatically fills each Triangle with a different color - Added a clear / reset button that clears the canvas - Added feature to drag Triangles using Mouse - If the mouse is being dragged on an existing Triangle, drag the same or else create a new one. - Double clicking on a Triangle should delete the same.