Jake 'Sid' Smith
Results
58
issues of
Jake 'Sid' Smith
- [ ] Blossom (falls when tree shaken) - [ ] Add grass - [ ] Clouds
docs :book:
https://github.com/google/canvas-5-polyfill
compatability :fire_engine:
This should stub the CanvasRenderingContext2D and create an ascii representation that is written to a file to check for changes later. ```typescript expect(context).toMatchCanvasSnapshot(); ``` ```typescript expect.extend({ toMatchCanvasSnapshot(received, argument) { const...
tests :microscope: