mapbox / mapbox-gl-rtl-text

Add right-to-left text support to Mapbox GL JS
Other
53 stars 20 forks source link

UMD export for use without mapbox #13

Closed w8r closed 5 years ago

w8r commented 6 years ago

We are trying to use your module as a plugin to our library, and we would like to be able to use it as a drop-in add-on in the browser as well, but index.js assumes Node.js/CommonJS environment.

I added a PR #12 that does it, but didn't re-build the library to avoid unnecessary diffs.

Thanks a lot for the great library.

ChrisLoer commented 5 years ago

Fixed with PR #14.