-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first README version + added comments on the example html file
- Loading branch information
Showing
2 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Image Map Creator | ||
|
||
This is a simple map creator tool made with the p5.js library. I want it | ||
to be easy to use for both the end user and the developper. | ||
|
||
## What you can do | ||
|
||
- [x] drag&drop a picture on the canvas | ||
- [x] draw rectangle areas | ||
- [x] set the desired url of an area | ||
|
||
## What you will be able to do (maybe) | ||
|
||
- [ ] draw circular areas | ||
- [ ] draw polygon areas | ||
- [ ] show a area-menu by right clicking on an area | ||
|
||
## How to use it | ||
|
||
See the example html file in the examples folder. (It's really easy IMO) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters