Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorodrigo/react-canvas-maps
Interactive maps using d3 and canvas
https://github.com/sorodrigo/react-canvas-maps
canvas d3 map maps react
Last synced: 19 days ago
JSON representation
Interactive maps using d3 and canvas
- Host: GitHub
- URL: https://github.com/sorodrigo/react-canvas-maps
- Owner: sorodrigo
- License: mit
- Created: 2020-01-03T14:59:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:51:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T06:20:57.737Z (about 1 month ago)
- Topics: canvas, d3, map, maps, react
- Language: TypeScript
- Homepage: https://codesandbox.io/s/github/sorodrigo/react-canvas-maps
- Size: 4.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-canvas-maps 🎨🗺
Interactive maps using d3 and canvas## contributing
This is still a wip, feel free to create an issue to start contributing.## roadmap
- internal hooks api
- components api
- basic events for different geometries (click, mouseover, mousemove, drag(?))## license
MIT## prior art
- [react-simple-maps](https://react-simple-maps.io/) by z-creative-labs
- [react-canvas-map-renderer](https://github.com/emonidi/react-canvas-map-renderer) by emonidi