I try to execute an example, but it gives an error ``` osme=require('osme'); osme.geoJSON('FR').then( geojson => osme.toGoogle(geojson).add(map)); ^ TypeError: osme.geoJSON is not a function ```