Emma Zimbinski
Emma Zimbinski
In the meantime, you can manually place /dist/index.js and /dist/index.d.ts together in a folder and manually target them in your TypeScript code. ``` - main.ts - /browser-image-resizer - index.js -...
`x * x` is actually `x^2` not `x*2` but your point is very valid. Two calls to Math.sin() could be simplified to one like so: ```Javascript let z = Math.sin(dLat/2)...
is there any update on this? I've running into issues trying to build it myself.
`jimp.js` builds fine, assuming this is an issue with `browser-build.js`'s usage of Uglify.js
this doesn't seem to be the case when testing locally weird.....
see #55 about possible issues in the caching method as a whole
This may be related to #29. also TODO: add a consistent lint style (.eslint or some other system) so PR's have the same code style.
good issue! I've created a PR that's awaiting testing. This library is currently between maintainers right now so it may take a bit for this to be merged.
I have created a more detailed written tutorial here: https://github.com/qwazwsx/Advanced-SonicPad/ feel free to PR