Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jtenner committed Feb 6, 2019
1 parent d18341b commit 0071d97
Showing 1 changed file with 2 additions and 39 deletions.
41 changes: 2 additions & 39 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,10 @@ THIS IS A WORK IN PROGRESS.

# Description

This project attempts to bring in the `CanvasRenderingContext2D` prototype into `AssemblyScript` in
This project brings the utility of the `CanvasRenderingContext2D` prototype into `AssemblyScript` in
a very optimized way.

# Testing

To run the tests, use `npm test`. This will compile the `./assembly/` folder, and run `jest`.

If you want to watch your builds use `npm start`.

# TODO:

- Implement CanvasGradient
- dispose() function
- Implement Image(s)
- loaded event
- dispose() function
- Implement CanvasPattern(s)
- dispose() function
- Implement the following prototype functions
- getImageData()
- putImageData()
- isPointInPath()
- isPointInStroke()
- 100% glue code coverage
- Save/Restore testing
- globalCompositeOperation
- imageSmoothingEnabled
- imageSmoothingQuality
- lineCap
- lineDash
- lineDashOffset
- lineJoin
- lineWidth
- miterLimit
- shadowBlur
- shadowColor
- shadowOffsetX
- shadowOffsetY
- strokeStyle
- textAlign
- textBaseline
Please see the wiki for instructions on how to get started!

# LICENSE

Expand Down

0 comments on commit 0071d97

Please sign in to comment.