Use Canvas API whenever is possible
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
As the canvas API is written into the browser it is (for all major browsers at least) more efficient than any interpreted JS. This means that pixel-by-pixel actions (especially in for loops) should not be necessary anywhere. Increased Canvas API usage should increase performance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.