Add osm-map-nano
This commit is contained in:
commit
bedef43e13
22 changed files with 739 additions and 0 deletions
12
packages/osm-map-nano/index.js
Normal file
12
packages/osm-map-nano/index.js
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
'use strict';
|
||||
|
||||
import { Mapper } from './src/Mapper.js';
|
||||
|
||||
module.exports = {Mapper};
|
||||
|
||||
// module.exports = require('./src/index.js');
|
||||
|
||||
// if(process.env.NODE_ENV === 'production')
|
||||
// module.exports = require('./dist/index.min.cjs');
|
||||
// else
|
||||
// module.exports = require('./dist/index.cjs');
|
||||
Loading…
Add table
Add a link
Reference in a new issue