mourner / simpleheat

A tiny JavaScript library for drawing heatmaps with Canvas
http://mourner.github.io/simpleheat/demo
BSD 2-Clause "Simplified" License
937 stars 186 forks source link

casts radius and blur into float #38

Open GrumpyW1zard opened 5 years ago

GrumpyW1zard commented 5 years ago

Casts radius and blur into float to prevent browser crash when using number in string format.