Ryan Baxley
Ryan Baxley
I'm working on a OSRS related project, and wanted detailed images of each item ([like this](https://oldschool.runescape.wiki/images/7/73/Cannonball_detail.png?3f7a7)). I was hoping this project would have them, but I ended up just scraping...
```javascript var PerspT = require('perspective-transform'); const src = [ 0, 0, 0, 1024, 1024, 0, 1024, 1024 ]; const dest = [ 512, 171, 512, 853, 512, 0, 512, 1024...
### Summary & motivation When rendered in React Strict mode, this library generates warnings because it is using the deprecated lifecycle method `componentWillReceiveProps`. I moved the code inside of `componentWillReceiveProps`...
Fixes #46457 Another attempt at [this pr](https://github.com/microsoft/TypeScript/pull/51421) from two years ago 😅 This feels fairly wrong (not sure the proper way to narrow these types, I don't really understand what...