aws-amplify / maplibre-gl-draw-circle

Supports drawing/editing a circle on a Mapbox map.
https://iamanvesh.github.io/mapbox-gl-draw-circle-test/
MIT License
13 stars 2 forks source link

UMD bundle #14

Closed ericxinzhang closed 9 months ago

ericxinzhang commented 1 year ago

Could you please build a UMD bundle so that it can be loaded by a vanilla JavaScript application from https://unpkg.com?

ioanabrooks commented 1 year ago

Hi @ericxinzhang, UMD is a format that is considered outdated and less commonly used compared to other module formats like CommonJS and ESM so we don't plan on supporting it. Adding ESM bundle support is not on our roadmap either, but we happily accept contributions. Is this something you would be interested in implementing?

reesscot commented 9 months ago

We don't have any plans to support a UMD bundle, so closing this one out.