Check it out on Glitch!
Purely for-fun little app / webpage to mock text and/or emoji appearing in a Github "contributions graph". Uses React + JS + HTML + CSS, and also relies heavily on the Canvas API to convert text characters into a point array format.
Pattern (left-to-right):
- Performance could use some improvements
- Primarily in
textToDataArr
- I think caching each character would help, but need to fix some bugs to get that to work
- Primarily in
- This project was bootstrapped with Create React App.
yarn start
- I'm using JSDoc for type annotation / JS type checking with VSCode