mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 09:07:09 +00:00
8 lines
159 B
JavaScript
8 lines
159 B
JavaScript
module.exports = {
|
|
bbox: require('./bbox'),
|
|
preplot: require('./preplot'),
|
|
raw: require('./raw'),
|
|
final: require('./final'),
|
|
layer: require('./layer')
|
|
};
|