Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pobch committed Oct 16, 2022
1 parent 01b2b73 commit 8ef0efa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,19 @@ https://user-images.githubusercontent.com/19894957/165162344-d48826a6-5169-4a2c-
- [x] Pan
- [x] Zoom
- [x] CSS & Styling
- [ ] Mobile & Resizing friendly
- [x] Mobile & Resizing friendly
- [x] Multi-select elements
- [ ] Copy & Paste elements
- [ ] Save the result to file / local storage
- [ ] Rotate
- [x] Support uploading an image
- [x] Duplicate elements
- [ ] Send to back/front
- [ ] Save the result to file / local storage (need to serialize the image)
- [ ] Rotate
- [ ] Keyboard shortcut
- [ ] Export canvas to png/jpeg
- [ ] Setting stroke color
- [ ] Setting stroke width
- [ ] Filled rectangle
- [ ] Copy & Paste elements (upgrade "Duplicate" feature)

## Developer Notes

Expand Down Expand Up @@ -71,7 +73,7 @@ https://phosphoricons.com/
- Most of x, y value are in `scene` coordinate (i.e. canvas coord, not viewport coord). They are inconsistency in naming. For example,
```js
// All of these variable names are in `scene` coord
let sceneX, x1, pointerX
let sceneX, x1, x2, pointerX
```
- However, the `viewport` coordinate is more consistency in naming.
```js
Expand Down

0 comments on commit 8ef0efa

Please sign in to comment.