-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: export constants and lib through MapboxDraw #1100
Conversation
This is blocking us from updating to the latest version of |
@mourner are you able to look at this (or point to another maintainer, assuming that this is still maintained)? |
Any update on getting this PR reviewed by the maintainers? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey everyone! I'm sorry for not getting back to you sooner. This change looks good to me 👍
Awesome, is there any reason why the "mouseEventPoint" function was not exported from the lib? I'm using it in a custom mode. https://github.com/mapbox/mapbox-gl-draw/blob/main/src/lib/mouse_event_point.js |
please sync update the @types/mapbox__mapbox-gl-draw packages (npmjs.com),otherwise to use MapboxDraw.lib will |
Overview
Constants
andLib
to theMapboxDraw
default exportmodes
which is also added directly onto theMapboxDraw
object