File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-three-map " : patch
3
+ ---
4
+
5
+ Fix types declaration path.
Original file line number Diff line number Diff line change 10
10
11
11
Until now you had:
12
12
13
- | imperative | declarative (react) |
14
- | --- | --- |
15
- | Mapbox GL JS | react-map-gl |
16
- | THREE.js | react-three-fiber |
13
+ | imperative | declarative (react) |
14
+ | --------------- | -------------- --- |
15
+ | Maplibre/ Mapbox | react-map-gl |
16
+ | THREE.js | react-three-fiber |
17
17
18
18
Now with ` react-three-map ` , you can use them together :fist_right ::star ::fist_left : .
19
19
Original file line number Diff line number Diff line change 4
4
"description" : " Use react-three-fiber inside MapLibre and Mapbox" ,
5
5
"main" : " dist/cjs/main.js" ,
6
6
"module" : " dist/es/main.mjs" ,
7
- "types" : " dist/types/maplibre .index.d.ts" ,
7
+ "types" : " dist/types/mapbox .index.d.ts" ,
8
8
"sideEffects" : false ,
9
9
"repository" : " https://github.com/RodrigoHamuy/react-three-map" ,
10
10
"homepage" : " https://github.com/RodrigoHamuy/react-three-map" ,
You can’t perform that action at this time.
0 commit comments