dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

Blaze-less version #157

Closed Floriferous closed 5 years ago

Floriferous commented 5 years ago

This is the only library we use that is still pulling in blaze, could there be a solution to use this package without the templating package, especially since many of us are using React?

dburles commented 5 years ago

We could make the package have a weak dependency on templating and then only provide the googleMap template if you're using Blaze