Volodymyr Agafonkin

Results 71 issues of Volodymyr Agafonkin

Similar to https://github.com/mourner/rbush-knn

enhancement

Something similar to RBush viz: http://mourner.github.io/rbush/viz/viz-cluster.html

enhancement

Changes the projection to web mercator to be able to render it on top of most web maps, and adds an ability to set the bounding box to zoom to...

- Switch the package to `type: module`, exposing an ESM-only entry point for Node. - Update TypeScript typings to annotate the module rather than the UMD bundle. - Drop transpilation...

Currently 80% of install size of `tinyjam` is `js-yaml`, which seems disproportionate. YAML is also known to be a very complicated and hard to parse format for such a simple...

enhancement

It would be nice to be able to do `tinyjam --watch` and have it run in the background, automatically recompiling when the source files change.

enhancement

The recent improvements are pretty awesome, could we have a version bump with npm publish?

@targos Thanks for such a nice library! Just sharing something I found unexpected (after trying to switch to `fast-png` from `pngjs`): - If you want to manipulate pixel data after...

Currently it's not possible to sort the table using keyboard only. All cells should get a `tabindex="0"`, with enter key handled.

enhancement

It would be nice to have a separate supported RTree implementation without the GeoJSON stuff that can be used for general use cases, and additionally a `rtree-geojson.js` extension or something...