Added new export as FIT file format fixes #322
Actual FIT encoding logic created as a new repo "fit-file-writer"
This commit is contained in:
parent
e492fb994f
commit
3e81d80cc5
7 changed files with 114 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
presets: [['@babel/preset-env', {}]],
|
||||
sourceType: 'script',
|
||||
exclude: [/node_modules\/(?!overpass-layer|leaflet.locatecontrol\/).*/],
|
||||
exclude: [/node_modules\/(?!overpass-layer|leaflet.locatecontrol|fit-file-writer\/).*/],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue